https://github.com/perty/interfict
Interactive fiction experiment
https://github.com/perty/interfict
Last synced: 2 months ago
JSON representation
Interactive fiction experiment
- Host: GitHub
- URL: https://github.com/perty/interfict
- Owner: perty
- Created: 2023-01-06T12:05:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T16:34:11.000Z (over 3 years ago)
- Last Synced: 2025-01-18T18:40:12.903Z (over 1 year ago)
- Language: Elm
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# InterFict
Interactive Fiction or Create your own adventure.
## Usage
### Development
Start the hot reload watcher with `npm start`. It will recompile as soon as you save a change.
Open the file `index.html` in you browser and try out your application.
### Deployment
To deploy, first run `npm build` to create an optimized version. Then copy `assets`, `index.html`, `main.css` and `app.js` to the web server,