Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 529 Bytes

Dungeon Writer

dungeonstory.com

This is a reverse choose-your-own-adventure style website. The website provides the prompts, you give it options, and it writes you a story.

This project uses the Cohere Natural Language Processing API to generate text.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint