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 18Install yarn:
npm install -g yarnInstall dependencies:
cd your-local-project-directory
yarnRun the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.