Project page for ReactConf App
- make sure node.js and roots are installed
- clone this repo down and
cd
into the folder - run
npm install
- run
roots watch
- If you just want to compile the production build, run
roots compile -e production
and it will build to public. - To deploy your site with a single command, run
ship public -to gh-pages