Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shutter-network/shutter-dao-website
https://github.com/shutter-network/shutter-dao-website
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shutter-network/shutter-dao-website
- Owner: shutter-network
- Created: 2023-12-15T18:51:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T21:38:19.000Z (11 months ago)
- Last Synced: 2024-11-16T07:09:22.041Z (2 months ago)
- Language: JavaScript
- Size: 16 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shutter DAO Merkle Drop website
These are the sources for a Shutter DAO Merkle Drop website.
The website is built with the static site generator Gatsby.
Copy the contents of `.env.example` to `.env.development` or `.env.production` file and make the necessary adjustments.
## Dependencies
Requirements:
- Node v18
- Yarn v1Install dependencies:
```
yarn
```## Development Server
```
yarn start
```## Build for Deployment
```
yarn build
```