https://github.com/maaack/the-informant
https://github.com/maaack/the-informant
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maaack/the-informant
- Owner: Maaack
- Created: 2022-11-02T05:32:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T05:36:19.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:50:07.177Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Informant
A Twine game
## Installation
Requires fairly recent (circa 2022) versions of NodeJS and NPM.
From the projects root directory, run
`npm install` .
Also requires downloading the recent Sugarcube version and changing that out in your base Tweego.
## Running
From the projects root directory, run
`npm run build`.
Then in a browser open
`dist/index.html`.