The easiest way to get started is to clone the Serial mono repo and run the frontend locally. To do so:Documentation Index
Fetch the complete documentation index at: https://docs.serial.okos.com/llms.txt
Use this file to discover all available pages before exploring further.
-
Clone the repository:
-
Install dependencies:
-
Run the frontend locally connected to the staging database:
http://localhost:5173
Note that there are three different npm scripts for running the frontend, each corresponding to a different environment:
npm run development: Uses the.env.developmentfile and connects to local or development services.npm run staging: Uses the.env.stagingfile and connects to the staging environment services.npm run production: Uses the.env.productionfile and connects to the production environment services.
npm run development with a local Supabase instance and Zuplo gateway. This allows for isolated testing without affecting the staging or production environments.
