To run the app, run npm run dev. The app will be available at http://localhost:3000.
npm run dev
http://localhost:3000
To run the linter, run npm run lint.
npm run lint
To run the formatter, run npm run format.
npm run format
To build the app, run npm run build.
npm run build