Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama authored Feb 11, 2024
1 parent f8d1be0 commit 9bee38a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ Questions are inside of the [projet.pdf](./assets/projet.pdf) file.

Source code is under the [src](./src/) folder

## Installation

Install all packages, this will also run a custom script that will copy the used packages from `node_modules` to `verbose`

```sh
npm i
```

## Usage

Solutions can be run via (You'll need http-server):

```sh
npm start
```
```

0 comments on commit 9bee38a

Please sign in to comment.