/seed-proto

Primary LanguageJavaScript

Seed.Coop - prototype

Getting Started

seed bomb prototype

Requirements

$ npm install -g bower brunch

Installation

$ git clone https://github.com/elliottjf/seed-proto.git
$ cd seed-proto
$ cp config/config-example.json config/config.json
$ npm install && bower install

Development

Rebuilding the static assets

$ brunch build

Running the server with automatic static asset rebuild

$ brunch watch --server

Testing

TBD

Deploying in production

TBD