This is the React frontend for the Kept interview experience sharing platform. It is built with Vite, React, and TypeScript.
Backend Repository: https://github.com/7TIN/kept
To get a local copy up and running, follow these simple steps.
- Node.js
- Bun, npm, or Yarn
- Clone the repository
git clone https://github.com/your_username/kept-client.git
- Navigate to the project directory
cd kept-client - Install dependencies
bun install
- Run the application
bun run dev
You will need to create a .env file in the root of the project.
VITE_API_BASE_URL=http://localhost:8080/api
VITE_AUTH_BASE_URL=http://localhost:8080VITE_API_BASE_URL: The URL for the API endpoints.VITE_AUTH_BASE_URL: The base URL for authentication.