Skip to content

Septanome/Projet_WS

Repository files navigation

Projet WS

Description

This is our project for the Web Semantics course.

Installation

Prerequisites

VSCode extensions

Install the recommended extensions for VSCode. Those extensions are specified in the .vscode/extensions.json file.

Install dependencies

npm install

Usage

Run the project

npm start

Instructions will be displayed in the terminal.

Format the code

This will format the code using Prettier and ESLint. This is necessary in order to merge the branch.

npm run lint:fix