Skip to content

TheTutorium/frontend

Repository files navigation

Tutoryum Frontend

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.

How to Run

Locally

  1. Prerequisites:
  • You need node with version 20.1
  1. Clone the repository:
    git clone [email protected]:TheTutorium/frontend.git
  2. Change the directory:
    cd frontend
  3. 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>
    
  4. Install dependencies:
    npm install
  5. Run the code:
    npm run dev
  6. Now you can access UI of the frontend from the following link:
    localhost:5173

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •