Skip to content

nobt-io/frontend

Repository files navigation

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.