Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 231 Bytes

FluxThis Docs

Local Development

npm install
npm run watch

cd public
python -m SimpleHTTPServer 8080

navigate browser to localhost:8080

Release

This project is continuously deployed on every push to master.