This is a Next.js project bootstrapped with create-next-app
and Chakra-UI.
First, clone the repo and install dependencies
git clone https://github.com/christy-pdx/pdxdao.git
cd pdxdao
yarn
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can edit pages by modifying files within the /src/pages
folder, and components within the /src/components
folder. The page auto-updates as you edit the file.