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

https://github.com/perty/interfict

Interactive fiction experiment
https://github.com/perty/interfict

Last synced: 2 months ago
JSON representation

Interactive fiction experiment

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,