Haru/README.md
Merijn Hendriks f837c7042e Update readme
2021-12-28 21:33:39 +01:00

33 lines
506 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
- dotnet 6.0 sdk
- node 14.0.0 (or newer)
- npm
## Setup
`npm install`
## Run
```bash
# server
npm run release:all # or release:win
# launcher
dotnet build
```
## License
[NCSA](https://choosealicense.com/licenses/ncsa/)