Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 464 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 464 Bytes

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.