This is a Next.js project bootstrapped with create-next-app
.
The package manager used is npm, which should already be there if you've installed Node.
Once installed, you can run the following command to install dependencies:
npm install
Before running the frontend, you must first run the backend.
You can run the frontend with the following command:
npm start
During development, you should run the frontend in dev mode instead:
npm run dev
Open http://localhost:3001 with your browser to see the result.