Armada's user interface is built with React, React Router, TypeScript, and Vite.
To get started:
- Clone the GitHub repository.
gh repo clone team-armada/armada-frontend
cd armada-frontend- Install all dependencies.
npm install- Start the development server.
npm run dev
- Navigate to
http://localhost:5173and get started.
The Vite development server is configured to proxy requests to all endpoints
beginning with api to http://localhost:3000.
These settings can be accessed and configured via the vite.config.ts file
contained in the root directory.