TaxenHeimer/server/README.md

14 lines
238 B
Markdown
Raw Permalink Normal View History

2022-07-26 01:37:50 -04:00
# TaxenHeimer Backend Server
Backend server for TaxenHeimer written in Node.JS
## Running it
Test environment
```
npm run test
```
Release<br>
(Uses bytenode to compile and makes scripts a bit faster)
```
npm run compile
npm run runc
```