This repository has the codebase of Tutoryum's frontend part. It is implemented with ReactJS and uses RedixUI with TailwindCSS for the UI/UX implementation.
- Prerequisites:
- You need node with version 20.1
- Clone the repository:
git clone [email protected]:TheTutorium/frontend.git
- Change the directory:
cd frontend
- Create .env.local file with your own clerk and backend connection information
VITE_CLERK_PUBLISHABLE_KEY=<clerk_publishable_key> VITE_API_URL=<link_to_backend>
- Install dependencies:
npm install
- Run the code:
npm run dev
- Now you can access UI of the frontend from the following link:
localhost:5173