A repo to bootstrap your Nouns Builder DAO's website.
Here are 2 DAO site examples using this template:
- uses NextJS; Server-Side Rendering
- uses
Typescript
- uses Tailwind for styling with DaisyUI
- uses wagmi + rainbowkit
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:
NEXT_PUBLIC_INFURA_API_KEY=
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.
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:
...Don't forget to add the necessary environment variables!