An open API service indexing awesome lists of open source software.

https://github.com/threshold-network/website


https://github.com/threshold-network/website

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Threshold Network Website

## Development

Uses node v16

### Setup

Install dependencies:

```sh
yarn
```

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

### Run local netlify backed

To run the app in the development mode:

```sh
yarn start-local-netlify
```

### Run the app

To run the app in the development mode:

```sh
yarn start
```

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

The page will reload if you make edits.