Skip to content

Threadseeker/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threadseeker Frontend

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.

Tech Stack

Setup

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

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

Use Your Own API

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.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.