[!Note] I have not deployed this to the web yet so you will have to run this locally
First, clone the repository:
git clone https://github.com/JimmyTarson12/mypros-quotes.git
Next, CD into it:
cd mypros-quotes
Finally, install dependencies:
npm install
Or if your using pnpm:
pnpm install
mypros-quotesv1.0.0.zip
then download and extract that file.npm install
# or if using pnpm
pnpm install
To run it locally first make sure you are in the file and then run:
npm run dev
Or if your using pnpm:
pnpm dev
The app should now be running on http://localhost:5173