Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 817 Bytes

Student Technical and Innovation Club's website

This repo contains official website of S.T.I.C Medicaps official website. Contribute as per the suggestions only.

Get Started

 # 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

Building

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.