camdendotlol / topstersorg

Book and music charts
https://topsters.org
GNU Affero General Public License v3.0
18 stars 9 forks source link
canvas vue

Topsters.org

A website for creating charts with books, music, and games.

Contributing

I'm happy to accept contributions for anything in the list of issues. Please leave a comment when you begin to work on an issue so no one else duplicates your work.

If you want to change something not listed in the issues, open an issue to propose it. For the most part I'm not interested in big design changes, but I'm always open to new item categories, performance improvements, or other bug fixes.

Keep in mind that this project started as a personal portfolio project when I had very little programming experience. The code isn't very professional and there's a lot of room for improvement.

Project setup

Install dependencies

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

Please make sure your changes pass the linter before opening a PR.

npm run lint