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.
The project is based on the T3 stack, it uses:
- NextJS for the server, and React for the UI
- Tailwind
- Zustand for the state-managed, using its persist middleware to save the data locally.
You will need NodeJS (see .nvrmrc for the version) installed.
npm install
npm run dev
for the local dev servernpm run typecheck
andnpm run typecheck:watch
to run TypeScript's type-checking process
TODO: write more documentation.