Medica is an open-source project by ACICTS to help people find the medicine they want out of the pharmacies that have registered in the platform.
This repository contains the source code of the users' platform. Following are the links to other repositories.
- Svelte.JS
- TypeScript
- Vite
First make sure you have the following packages/softwares installed in your machine.
- Node
- Git
Then run the following commands.
git clone https://github.com/acicts/Medica-Client.git
cd Medica-Client
npm i
3. Create a .env file according to the .env.example file
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please refer to CONTRIBUTING.md for more information.