https://github.com/threshold-network/website
https://github.com/threshold-network/website
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threshold-network/website
- Owner: threshold-network
- Created: 2021-11-22T15:35:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T18:38:53.000Z (11 months ago)
- Last Synced: 2025-07-31T21:57:19.665Z (11 months ago)
- Language: TypeScript
- Size: 33.4 MB
- Stars: 1
- Watchers: 14
- Forks: 12
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.