This is the repository of my website. I used Next.js (React framework).
Install NVM if you don't have and then run.
nvm use
Once you select the correct version of node for this project, you need to install the packages.
npm install
# or
yarn install
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.