Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guillaumearm/spt_customquestseditor
- Owner: guillaumearm
- License: mit
- Created: 2022-03-12T16:52:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T20:20:58.000Z (4 months ago)
- Last Synced: 2024-08-21T00:12:59.727Z (4 months ago)
- Language: TypeScript
- Homepage: https://hub.sp-tarkov.com/files/file/596-custom-quests-editor
- Size: 22.4 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```