Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.73 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.73 KB

Create DAO House

gif

A repo to bootstrap your Nouns Builder DAO's website.

Here are 2 DAO site examples using this template:

Features

  1. uses NextJS; Server-Side Rendering
  2. uses Typescript
  3. uses Tailwind for styling with DaisyUI
  4. uses wagmi + rainbowkit

Getting Started

The application accepts the below environment variables, you WILL need to specify the network ID along with either a Curator ID or a Contract Address:

ENV VARS:

NEXT_PUBLIC_INFURA_API_KEY=

Develop

First, run the development server:

yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

You can start editing the styling by modifying styles/globals.css. More detailed guide coming soon.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Or click the button below:

Deploy with Vercel

...Don't forget to add the necessary environment variables!