Skip to content

nodebox/seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7a87b0 · Nov 26, 2019
Feb 17, 2018
Nov 26, 2019
Feb 22, 2018
Sep 1, 2019
Feb 23, 2018
Dec 19, 2017
Feb 23, 2018
Jan 26, 2018
Feb 21, 2018
Feb 21, 2018
Dec 9, 2018
Feb 21, 2018
Mar 3, 2018

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.