First, run pnpm i to install the dependencies.
Then, run pnpm dev to start the development server and visit localhost:3000.
- Browserslist warning: Run
npx browserslist@latest --update-dbto update caniuse-lite. - Watchpack Error: If you see an ENOTDIR error, try deleting node_modules and reinstalling dependencies with
pnpm i.
This project is licensed under the MIT License.