If you're seeing this, you've probably already done this step. Congrats!
# clone the project
git clone https://github.com/acidlake/sveltekit-modal.git
# install dev dependencies
pnpm i or npm i
# run the project
pnpm dev or npm run dev
For us to work better we setup some aliases
Because we are using Vite, if you want to use .env append VITE_ at the begining of the env var.
# APP ENVIRONMENT
VITE_ENV=
Before creating a production version of your app, make sure everything works.
pnpm run build
You can preview the built app with
pnpm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.