项目作者: nodebox

项目描述 :
Procedural Content Generator
高级语言: JavaScript
项目地址: git://github.com/nodebox/seed.git
创建时间: 2018-01-17T09:39:21Z
项目社区:https://github.com/nodebox/seed

开源协议:MIT License

下载


Seed

Procedural Content Generator

Local development

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

  1. # Only needed the first time
  2. npm install -g serve
  3. # Serve as a single-page application
  4. serve -s

Deploy

Do this once:

  1. npm install -g firebase-tools
  2. firebase login

Do this every time you want to deploy:

  1. ./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.