This repository contains the frontend code for the Hornet platform, built with React, TypeScript, Vite, and Ant Design.
- Node.js 18 or higher
- Yarn (Node Package Manager)
- Clone the repository
git clone https://github.com/hornet-platform/Front-End.git
- Navigate to the project directory
cd frontend - Install required modules
yarn install
- Start the development server
yarn dev
As soon as the service starts, head to your browser with the host and the port that was shown on the terminal to see the full documentation of the endpoints.
Hint: you can change the port using
PORTenvironment variable