This is the frontend repo for the Threadseeker project, the activity level lookup tool for Threads. You can easily modify it to create your own lookup service.
- Nuxt 3
- Tailwind CSS
- Typescript
- Nuxt Content
- Nuxt i18n
- Shadcn Vue
- Supabase
Make sure to install the dependencies:
pnpm installCopy the .env.example file to .env and set the appropriate environment variables.
cp .env.example .envStart the development server on http://localhost:3000:
pnpm run devBuild the application for production:
# pnpm
pnpm run buildLocally preview production build:
# pnpm
pnpm run previewThis project has only frontend code, you can use your own API to get the data.
To start building your own API to integrate with this frontend, you can follow the API documentation as a reference.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.