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 install
Copy the .env.example
file to .env
and set the appropriate environment variables.
cp .env.example .env
Start the development server on http://localhost:3000
:
pnpm run dev
Build the application for production:
# pnpm
pnpm run build
Locally preview production build:
# pnpm
pnpm run preview
This 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.