This project is the Front-end for a ranking website made using Next.js
Make sure you have Node.js installed on your machine.
-
Clone this repository;
-
Navigate to the project directory;
-
Create the
.env.local
file with the URL where the backend is running. Example:NEXT_PUBLIC_API="http://api-adress.com"
-
Install the dependencies:
yarn
-
To start the server, run:
yarn run dev