Deprecated, see https://github.com/ai-cfia/finesse-frontend
To get started with the project, follow the steps below:
- Node.js v18.16.0
- NPM 9.5.1
- Clone the repository to your local machine.
- Navigate to the project directory:
cd project-directory
. - Install the dependencies by running
npm install
.
-
In the root of the project directory, create a file named
.env
. -
Open the
.env
file in a text editor. -
Assign the
REACT_APP_BACKEND_URL
variable to the endpoint URL of your backend server.For example:
REACT_APP_BACKEND_URL=Endpoint_url_goes_here
- npm start
- npm test