@ndbx/seed
Version:
Seed: procedural phrase book parser and generator.
27 lines (15 loc) • 583 B
Markdown
Procedural Content Generator
The app runs as a single-page application, so we use [serve](https://www.npmjs.com/package/serve) to always serve the index.html.
npm install -g serve
serve -s
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.