# 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`. ## Run server ```bash node traque.js ``` Then visit `localhost:9000`.