Skip to content

reims2/reims2-frontend

Repository files navigation

REIMS2 frontend

CI Workflow Uptime Lighthouse

This is the frontend for REIMS2

Build Setup

# Install dependencies
yarn install

yarn run dev

Available at http://localhost:3000. The API is expected to be running at http://localhost:9966 (default of reims2-backend) and can be changed using the VITE_API_URL environment variable or inside ./.env.development.