szwork2013 / ep-template

A Starter kit for IQ wiki projects 🌟

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EP Template

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.

Getting Started

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.

About

A Starter kit for IQ wiki projects 🌟

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 3.1%Language:Shell 0.5%