traque/README.md

24 lines
255 B
Markdown
Raw Normal View History

2022-09-08 17:51:46 +02:00
# Traque
## Requirements
```bash
sudo apt install node npm
cd traque
npm install
```
## Configuration
```bash
cp -p sample_config.js config.js
```
Then edit manually `config.js`.
2022-09-08 17:51:46 +02:00
## Run server
```bash
node traque.js
```
Then visit `localhost:9000`.