https://github.com/guidevloper/history-choices
System of story with choices allowing reader to decide the next step
https://github.com/guidevloper/history-choices
nullstack
Last synced: 11 months ago
JSON representation
System of story with choices allowing reader to decide the next step
- Host: GitHub
- URL: https://github.com/guidevloper/history-choices
- Owner: GuiDevloper
- License: mit
- Created: 2021-10-05T01:19:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T23:34:57.000Z (over 4 years ago)
- Last Synced: 2025-04-02T15:29:16.987Z (about 1 year ago)
- Topics: nullstack
- Language: JavaScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# History Choices
🇧🇷 Sistema de estória com escolhas permitindo que o leitor decida a próxima etapa.
🇺🇸 System of story with choices allowing reader to decide the next step.
Made with:

## How to run this Project
Install the dependencies:
`npm install`
Copy the environment sample to a .env file
```sh
NULLSTACK_PROJECT_NAME="[dev] History Choices"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="5000"
```
Run the app in development mode:
`npm start`
Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
## Learn more about Nullstack
[Read the documentation](https://nullstack.app/documentation)