/website

Primary LanguageTypeScript

Threshold Network Website

Development

Uses node v16

Setup

Install dependencies:

yarn

Copy .env.example, rename to .env.development and setup variables.

Run local netlify backed

To run the app in the development mode:

yarn start-local-netlify

Run the app

To run the app in the development mode:

yarn start

Open http://localhost:8000 to view it in the browser.

The page will reload if you make edits.