https://github.com/nirvanush/dao-dapp
tutorial for dapp development on Ergo
https://github.com/nirvanush/dao-dapp
Last synced: 5 days ago
JSON representation
tutorial for dapp development on Ergo
- Host: GitHub
- URL: https://github.com/nirvanush/dao-dapp
- Owner: nirvanush
- Created: 2022-07-23T11:45:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T18:32:48.000Z (over 2 years ago)
- Last Synced: 2023-03-05T16:21:59.861Z (about 2 years ago)
- Language: CSS
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - DAO dApp (nirvanush) - DAO dApp prototype. *(Community)* (💸 DeFi & dApps <a id="defi--dapps"></a> / 🏛️ DAO Frameworks <a id="dao-frameworks"></a>)
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.