This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. checkout to the target version that you want; each version has different features.
git checkout v1.0.0
  1. install dependencies:
npm i
#or
yarn
  1. run the development server:
npm run dev
# or
yarn dev

After that, you can start to build your own Application!

References

Conventions