Built with Next.js, deployed with Netlify.
- Node version 18 or higher with corresponding npm.
- Run
npm install
oryarn install
in the root directory.
- Node, NPM
- Next.js, React
- Jest
- ESlint
- framer-motion
npm run dev
# or
yarn dev
npm run test
npm run test:watch
npm run lint
npm run lint:fix