Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

A very barebones Homestuck reader, that uses Ruffle to play the original swfs.

License

Notifications You must be signed in to change notification settings

Primemeow/homestuck-online

 
 

Repository files navigation

Homestuck Online

DEPRECATED: A HOMESTUCK COLLECTION BROWSER INTEGRATION NOW EXISTS, MAKING THIS USELESS

A very barebones Homestuck reader, that uses Ruffle to play the original swfs. This is currently and will likely forever be missing a lot of features. There are no custom page styles, no headers, no links, etc. just a barebones Homestuck reader that works somewhat fine up to the Intermission when things get crazier. Probably not worth bothering with this. Still, a somewhat fun practice project.

As a requirement of the Unofficial Homestuck Collection's GNU General Public License v3.0, which is somehow the license for a project dedicated to duplicating a copyrighted work, this is also licensed under the same terms, which you can check in the LICENSE file.

Project Setup

npm install / yarn install

Compile and Hot-Reload for Development

npm run dev / yarn dev

Compile and Minify for Production

npm run build / yarn build

Run Unit Tests with Vitest

npm run test:unit / yarn test:unit

Lint with ESLint

npm run lint / yarn lint

About

A very barebones Homestuck reader, that uses Ruffle to play the original swfs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.2%
  • JavaScript 36.3%
  • SCSS 15.8%
  • Other 1.7%