This repository contains the frontend for the EasyDrawer App.
For more details about the app refer to the backend repository: EasyDrawer backend
(Make sure that the backend/db is running )
- Clone the repository
- Install dependencies:
npm install - Set environment variable
VITE_API_MAINto your backend URL (e.g.,http://localhost:3001) - Set environment variable
VITE_MEILISEARCH_URIto your backend URL (e.g.,http://localhost:7701) - Run locally:
npm run dev
Issues and feedback are welcome!
This project is licensed under the MIT License.