- Node > 18
- React
- React Admin
- Vite
To set up your local environment, follow these steps:
-
Copy the template environment file:
cp .env.template .env
-
set
VITE_SCHEMA_STORE_HOST
as the root of the schema store -
install dependencies
npm install
-
start dev server
npm run dev