Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 511 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 511 Bytes

Built with Next.js

Getting Started

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.