https://github.com/chenmoonmo/tao-fe
https://github.com/chenmoonmo/tao-fe
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenmoonmo/tao-fe
- Owner: chenmoonmo
- Created: 2024-04-26T09:55:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:43:03.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T06:31:34.811Z (about 1 year ago)
- Language: TypeScript
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [wagmi](https://wagmi.sh) + [ConnectKit](https://docs.family.co/connectkit) + [Next.js](https://nextjs.org) project bootstrapped with [`create-wagmi`](https://github.com/wagmi-dev/wagmi/tree/main/packages/create-wagmi)
# Getting Started
Run `npm run dev` in your terminal, and then open [localhost:3000](http://localhost:3000) in your browser.
Once the webpage has loaded, changes made to files inside the `src/` directory (e.g. `src/pages/index.tsx`) will automatically update the webpage.
# Learn more
To learn more about [Next.js](https://nextjs.org), [ConnectKit](https://docs.family.co/connectkit) or [wagmi](https://wagmi.sh), check out the following resources:
- [wagmi Documentation](https://wagmi.sh) – learn about wagmi Hooks and API.
- [wagmi Examples](https://wagmi.sh/examples/connect-wallet) – a suite of simple examples using wagmi.
- [ConnectKit Documentation](https://docs.family.co/connectkit) – learn more about ConnectKit (configuration, theming, advanced usage, etc).
- [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.