Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 457 Bytes

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