Skip to content

ItzaMeLuigi/addon-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stratus Addon Project

A community collaboration between Stratus Addon Project and ResourcePile. Read the contributing guide to learn how to contribute to the website.

Any changes pushed to the remote will be automatically built and deployed the production site at /addon-project/wiki.

Building the page locally

  • Install npm
  • Run npm install -g grunt-cli to install grunt globally
  • Run npm install from this project folder to install all dependencies
  • Run grunt to compile the page
  • The output will be in the out/ folder

Testing the site offline (optional):

  • Run npm install -g local-web-server
  • Run ws from the out/ directory to start a webserver on localhost
  • Visit http://127.0.0.1:8000/index.html to test. You will manually have to add .html behind the URL every time you click a link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.2%
  • Shell 9.5%
  • JavaScript 4.2%
  • CSS 4.1%