Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 647 Bytes

File metadata and controls

45 lines (30 loc) · 647 Bytes

Stackable.space

Dashboard for stackable.space

Join us on Slack

Requirements

- [Node](https://nodejs.org) 4.x or better

Stack

- [React](http://facebook.github.io/react)
- [create-react-app](https://github.com/facebook/create-react-app)
- [Apollo GraphQL](https://www.apollographql.com)

Installation

Start by installing dependencies:

yarn install

Running

Once dependencies are installed, run with:

yarn start

Configuration

Configuration file is located at .src//utils/config.js

Build

To build for production

yarn run build