This is a compact little webapp designed for organizing and reading novels or other serialized content. Written in Vue.js 3 to try out some of those features, and maintained in Visual Studio Code. If you're familiar with the platform already, you probably know what to do with this. Otherwise go look up Vue, Visual Studio Code, and npm to get started if you want to play around with this.
npm install
npm run serve
npm run build
npm run lint