https://github.com/anpd2004/ui-tooth
https://github.com/anpd2004/ui-tooth
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anpd2004/ui-tooth
- Owner: AnPD2004
- Created: 2025-08-02T06:45:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T07:17:27.000Z (10 months ago)
- Last Synced: 2025-08-16T23:20:43.317Z (10 months ago)
- Language: TypeScript
- Homepage: https://ui-tooth.vercel.app
- Size: 8.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Leetray - Frontend
This repository contains the frontend code for the Leetray project, a web application for dental analysis. It is built with React, Vite, and Tailwind CSS.
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
You need to have [Node.js](https://nodejs.org/) (version 18 or later) and npm installed on your machine.
### Installation
1. Clone the repository to your local machine:
```bash
git clone
```
2. Navigate into the project directory:
```bash
cd ui-tooth-ai
```
3. Install the dependencies:
```bash
npm install
```
## Available Scripts
In the project directory, you can run the following commands:
### `npm run dev`
Runs the app in development mode.
Open [http://localhost:5173](http://localhost:5173) (the port may vary) to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
### `npm run preview`
Runs the production build locally. This is a good way to check if the production version of your app is working correctly before deploying.
### `npm run check`
Runs the TypeScript compiler to check for type errors in the codebase without generating any output files.