nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link
css-modules jest react redux sentry yarn

nobt.io Frontend

Build Status Dependabot Status Netlify Status

This repository contains the source code for the frontend of nobt.io!

Running

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