@ndbx/npseed
v0.1.0
Published
Seed: procedural phrase book parser and generator.
Downloads
5
Maintainers
Readme
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 -sDeploy
Do this once:
npm install -g firebase-tools
firebase loginDo this every time you want to deploy:
./deploy.shThis 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.
