Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 935 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 935 Bytes

Tokimeki Mastodon

This project is a clone of Tokimeki Unfollow for Mastodon. It lets you review the accounts you follow, and saves your progress in your browser's local storage.

Contributing

The project is based on the T3 stack, it uses:

You will need NodeJS (see .nvrmrc for the version) installed.

Setup steps

  • npm install
  • npm run dev for the local dev server
  • npm run typecheck and npm run typecheck:watch to run TypeScript's type-checking process

TODO: write more documentation.