This is the frontend of the InOrbit application, developed with React and TypeScript, using Vite for the build tool.
The inorbit-ui is responsible for providing the user interface for the InOrbit application with an intuitive and responsive web application.
Follow the steps below to set up and run the project locally.
- Clone the repository:
git clone https://github.com/MateusFS99/inorbit-ui.git
- Navigate to the project directory:
cd inorbit-ui
- Install the dependencies:
npm install
- Start the server:
npm run dev
This project is under the MIT license. Consult the LICENSE for details.