Cherita
Development
Install npm
Install packages
npm i
Create a .env
file within sites/demo
to store environment variables for Vite to use. Within it set REACT_APP_API_URL
to the backend API url like
REACT_APP_API_URL=http://localhost:5000/api/
Run the demo app
npm run start-demo
The app will automatically reload when changes are made