ajouté README

This commit is contained in:
Sylvain Gay 2022-09-08 17:51:46 +02:00
parent 2b3b10e0fb
commit 3f9e2e8a2b

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Traque
## Requirements
```bash
sudo apt install node npm
cd traque
npm install
```
## Run server
```bash
node traque.js
```
Then visit `localhost:9000`.