Skip to content

TIC-13/benchmark-ranking-front

Repository files navigation

Speed.AI - Ranking (front)

This project is the Front-end for a ranking website made using Next.js

Prerequisites

Make sure you have Node.js installed on your machine.

Installation

  1. Clone this repository;

  2. Navigate to the project directory;

  3. Create the .env.local file with the URL where the backend is running. Example:

    NEXT_PUBLIC_API="http://api-adress.com"
    
  4. Install the dependencies:

    yarn

Running the application

  1. To start the server, run:

    yarn run dev

Running in Production Using Docker

To start the container, run:

docker compose up app

You can set the following environment variable in a .env file:

  • DOCKER_EXPOSED_PORT: Port on the host machine to access the application (default: 8082)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages