Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillaumearm/spt_customquestseditor

Online editor for CustomQuests spt mod
https://github.com/guillaumearm/spt_customquestseditor

Last synced: about 2 months ago
JSON representation

Online editor for CustomQuests spt mod

Awesome Lists containing this project

README

        

# Custom Quests Editor for SPT

## Description

An online-tool used to edit and create new custom quests in single player tarkov.

Please take a look to the [Custom Quests](https://hub.sp-tarkov.com/files/file/588-custom-quests) mod for more details.

![Quest Editor preview](./image.png)

#### Installation

```bash
$ npm install
```

#### Development (with hot-reload)

```bash
$ npm run dev
```

#### Build

```bash
$ npm run build
```

#### Serve the production build

```bash
$ npm run serve
```