This is a Next.js project bootstrapped with create-next-app.
First, clone the repository and navigate to the project directory:
git clone https://github.com/rowleks/nords.git
cd nordsThen, install the dependencies using yarn:
yarn installTo start the development server, run:
yarn devOpen http://localhost:3000 with your browser to see the result.
To build the project for production, run:
yarn buildAfter building, you can start the production server with:
yarn startTo lint the code, run:
yarn lintTo format the code, run:
yarn format