ajouté README
This commit is contained in:
parent
2b3b10e0fb
commit
3f9e2e8a2b
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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`.
|
Loading…
Reference in a new issue