Skip to content

kunal-mohta/seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed

Procedural Content Generator

Local development

The app runs as a single-page application, so we use serve to always serve the index.html.

# Only needed the first time npm install -g serve # Serve as a single-page application serve -s 

Deploy

Do this once:

npm install -g firebase-tools firebase login 

Do this every time you want to deploy:

./deploy.sh 

This will copy all the files over to the _build directory, and a timestamp to the CSS and JS files so we immediately see the latest version.

About

Procedural Content Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 22.8%
  • HTML 1.1%
  • Shell 0.6%