This repository contains the source code for the Waylis web client.
The following libraries were used for development:
- React — as framework
- Mantine UI — UI components library for React
- Recharts — as dependency for Mantine charts
- Zustand — for state managment
- Vite — as bundler
Start development server:
npm run dev
Build for production:
npm run build
Released under the MIT License.