TypeScript Interactive Narratives & Stories (tins) will set up a world for you to view and interact with on the web.
tins started as a "randomly generated Wikipedia" style web project.
| tins Readme |
|---|
| Built With |
| Compiling |
| Contributing |
| License |
To compile the TypeScript in the project:
- Run
npm install --save-dev typescript - When in Visual Studio Code, type control + shift + B to bring up your list of tasks.
- Start the
tsc-watchtask. - Save any file, and you will now have a src/main.js, which is referenced by the main index.html file.
- Note: This is due to the tsconfig.json file.
Thank you so much for your interest in contributing to tins!
If you find a bug - then check out any open issues to see if your bug is already reported. If not, create a new issue, please!
tins is licensed under AGPL 3.0. If you are interested, take a look at tins's license.