Skip to content

eramdam/tokimeki-mastodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 2, 2025
024cc69 Â· Feb 2, 2025
Aug 18, 2024
Jan 4, 2024
Jan 10, 2023
Feb 2, 2025
Jan 10, 2023
Dec 25, 2022
Aug 18, 2024
Feb 16, 2023
Jan 10, 2023
Aug 18, 2024
Jan 4, 2023
Aug 18, 2024
Dec 23, 2024
Aug 18, 2024
Dec 26, 2022
Dec 25, 2022
Aug 18, 2024
Aug 18, 2024
Jan 3, 2023

Repository files navigation

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.