Overview:
The K-NEXT theme is a tracking platform with features like watchlist, activity API, and comments. It utilizes technologies such as Next.js, Chakra UI, Unkey, and Drizzle, allowing users to consume the API and interact with the platform securely using next-auth.
Features:
- Tracking: Keep track of important items or activities.
- Watchlist: Curate a watchlist of items for easy access.
- Activity API: Allows users to interact with and retrieve activity data.
- Comments: Enable users to leave comments on various items.
Installation:
To install the theme locally, follow these steps:
- Clone the repository to your local machine.
- Copy the
.env.example
file and rename it to.env
. Fill in the necessary values. - Run
pnpm install
in the terminal to install the project dependencies. - Run
pnpm db migrate
to apply database migrations. - Start the application by running
pnpm dev
. - Access the app by navigating to http://localhost:1999 in your browser.
Summary:
The K-NEXT theme is a comprehensive tracking platform with features such as watchlist, activity API, and comments. It utilizes modern technologies like Next.js, Chakra UI, Unkey, Drizzle, and next-auth for secure interaction. By following the simple installation guide provided, users can set up the theme locally for testing and exploration.