mypros-quotes Svelte Themes

Mypros Quotes

I wanted to learn svelte so I just through this simple app together to test my skills


Installation

[!Note] I have not deployed this to the web yet so you will have to run this locally

Using git

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

Using releases

  1. Go to the Releases tab.
  2. Find the latest build.
  3. Find the file named mypros-quotesv1.0.0.zip then download and extract that file.
  4. Inside the file run this command:
    npm install
    # or if using pnpm
    pnpm install
    

Usage

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

Top categories

Loading Svelte Themes