Skip to content

thisdot/cloudinary-svelte

Repository files navigation

Cloudinary & Sveltekit Demo

Setup

  1. Checkout the repo using your favorite GIT GUI or with

    git clone git@github.com:thisdot/cloudinary-svelte.git
  2. Install Node.js >= 18. You can use an installer or Node Version Manager (NVM).

  3. Install pnpm by running

    npm install -g pnpm
  4. Install the dependencies with

    pnpm i

Serving the app

Once you've installed the dependencies with pnpm i you can start the development server with

pnpm dev

or, if you want to automatically open a new browser tab, with

pnpm dev --open

Building

To create a production version of the app:

pnpm build

You can preview the production build with pnpm preview.

To deploy the app, you may need to install an adapter for your target environment.