Checkout the repo using your favorite GIT GUI or with
git clone [email protected]:thisdot/cloudinary-svelte.git
Install Node.js >= 18. You can use an installer or Node Version Manager (NVM).
Install pnpm by running
npm install -g pnpm
Install the dependencies with
pnpm i
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
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.