Skip to content

cbitosc/HTF25-Team-382

Repository files navigation

HTF25-Team-382 — Aura Lab Scribe

image

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.

Tech stack

  • Vite
  • TypeScript
  • React
  • shadcn/ui (Radix primitives)
  • Tailwind CSS
  • Supabase (client + edge functions)

Local development

Prerequisites: Node.js 18+ (or Bun), npm (or bun/pnpm).

npm i
npm run dev

Optionally, start any Supabase local services if your features depend on them.


GitHub submission guide

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.

1. Login to your GitHub Account


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.

2. Fork the Repository


  • 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.

3. Clone your Repository


  • 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

4. Adding files to the Repository


  • While doing it for the first time, create a new branch for your changes:
  • git checkout -b branch-name
  • Add files or modify existing ones.
  • Stage your changes:
  • git add .
  • Commit your changes:
  • git commit -m "Descriptive commit message"
  • Push your branch to your fork:
  • git push origin branch-name

5. Create a Pull Request


  • 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.

Thanks for participating!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •