Deployed Link:
https://htf-25-team-382.vercel.app/
A Vite + React + TypeScript app styled with Tailwind and shadcn/ui, integrating Supabase for auth and serverless functions.
- Vite
- TypeScript
- React
- shadcn/ui (Radix primitives)
- Tailwind CSS
- Supabase (client + edge functions)
Prerequisites: Node.js 18+ (or Bun), npm (or bun/pnpm).
npm i
npm run devOptionally, start any Supabase local services if your features depend on them.
Automated-Laboratory-Records-AI-Powered-Efficiency-for-the-Modern-Lab.pdf
In this Readme, you will find a guide on how to fork this repository, add files to it, and make a pull request to contribute your changes.
Go to github.com to log in.
- Open the current repo in a new tab.
- Perform all operations in the newly opened tab, and follow the current tab for instructions.
- In the newly opened tab, on the top-right corner, click on Fork.
- Enter the Repository Name as HTF25-Team-382.
- Then click Create Fork, leaving all other fields as default.
- After a few moments, you can view your forked repo.
- Click on Code and copy the web URL of your forked repository.
- Open terminal on your local machine.
- Run this command to clone the repo:
git clone https://github.com/your-username/HTF25-Team-382.git- While doing it for the first time, create a new branch for your changes:
- Add files or modify existing ones.
- Stage your changes:
- Commit your changes:
- Push your branch to your fork:
git checkout -b branch-namegit add .git commit -m "Descriptive commit message"git push origin branch-name- Click on the Contribute button in your fork and choose Open Pull Request.
- Leave all fields as default, then click Create Pull Request.
- Wait a few moments; your PR is now submitted.