This repo contains official website of S.T.I.C Medicaps official website. Contribute as per the suggestions only.
# Write git clone https://github.com/SticMedicapsUniversity/STIC_WebProject in your terminal
git clone https://github.com/SticMedicapsUniversity/STIC_WebProject
# Then run npm install to install all the dependencies.
npm install
# Then run npm run dev to run a local server and navigate to localhost:5173 to see the website running
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.