This is a starter kit for creating iq.wiki projects. The template includes
- Next.js (Typescript)
- Chakra UI
- ESLint
- Prettier
- Husky
- Redux Tool Kit (RTK) for state management
- RTK Query for data fetching
- Wagmi for blockchain integration
- @everipedia/wagmi-magic-connector for Magic integration
and many common elements that are used in iq.wiki projects.
First, run the development server:
npm run dev
# or
yarn dev
Open 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.