12 lines
571 B
Markdown
12 lines
571 B
Markdown
# DENIM 3001 
|
|
|
|
[](https://www.codefactor.io/repository/github/histmy/denim-mirror)
|
|
|
|
## First setup
|
|
1. Install all packages with the command `npm i`
|
|
1. Compile typescript with the command `tsc`
|
|
1. Create a `config.json` file with your settings (all keys are documented in `example.config.json`)
|
|
|
|
## Launching
|
|
1. Run the command `node .`
|