Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shutter-network/shutter-dao-website


https://github.com/shutter-network/shutter-dao-website

Last synced: 13 days ago
JSON representation

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 v1

Install dependencies:

```
yarn
```

## Development Server

```
yarn start
```

## Build for Deployment

```
yarn build
```