This repository contains the source code for the frontend of nobt.io!
yarn run dev
: Starts the webpack-dev-server- Clone the API:
git clone http://github.com/nobt-io/api
(ideally as a sibling folder next to this one) yarn run api
: Starts a local API instance. A locally started frontend will connect to this one instead of the production API.