Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 787 Bytes

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.