29 lines
436 B
Markdown
29 lines
436 B
Markdown
# Haru
|
|
|
|
Prototype server for Escape From Tarkov
|
|
|
|
## About
|
|
|
|
The goal is to provide a minimal implementation to allow people to play an offline raid.
|
|
It does not aim at being correct, fast or moddable but instead to be simple.
|
|
|
|
## Requirements
|
|
|
|
- node 14.0.0 (or newer)
|
|
- npm
|
|
|
|
## Setup
|
|
|
|
`npm install`
|
|
|
|
## Run
|
|
|
|
```bash
|
|
npx tsc
|
|
node obj/main.js
|
|
```
|
|
|
|
## License
|
|
|
|
[NCSA](https://choosealicense.com/licenses/ncsa/)
|