Dashboard for stackable.space
Join us on Slack
- [Node](https://nodejs.org) 4.x or better
- [React](http://facebook.github.io/react)
- [create-react-app](https://github.com/facebook/create-react-app)
- [Apollo GraphQL](https://www.apollographql.com)
Start by installing dependencies:
yarn install
Once dependencies are installed, run with:
yarn start
Configuration file is located at .src//utils/config.js
To build for production
yarn run build