Built with Next.js
If NodeJS is not yet installed on your machine, install it.
Recommendation: use NVM to install (link for Windows)
nvm install 18
nvm use 18
Install yarn:
npm install -g yarn
Install dependencies:
cd your-local-project-directory
yarn
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.