Haru/README.md

33 lines
506 B
Markdown
Raw Normal View History

2021-12-26 01:01:51 +01:00
# 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
2021-12-28 21:33:39 +01:00
- dotnet 6.0 sdk
2021-12-26 01:01:51 +01:00
- node 14.0.0 (or newer)
- npm
## Setup
`npm install`
## Run
```bash
2021-12-28 21:33:39 +01:00
# server
npm run release:all # or release:win
# launcher
dotnet build
2021-12-26 01:01:51 +01:00
```
## License
[NCSA](https://choosealicense.com/licenses/ncsa/)