Skip to content

acicts/Medica-Client

Repository files navigation

Netlify Status Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors CI

Medica

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.

Technologies used

  • Svelte.JS
  • TypeScript
  • Vite

How to run the code

First make sure you have the following packages/softwares installed in your machine.

  • Node
  • Git

Then run the following commands.

1. Clone the repository from github

git clone https://github.com/acicts/Medica-Client.git

2. Install dependencies

cd Medica-Client
npm i

3. Create a .env file according to the .env.example file

4. Start the development server

npm run dev

Contributing

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.

License

MIT