Full stack sveltekit SSR application with Sveltestrap/Bootstrap
# create a new project in the current directory
git clone https://github.com/AidanG1/photos.git# install necessary packages
npm installnpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThis website has @sveltejs/adapter-cloudflare installed and is hosted on Cloudflare Pages.
npm run buildYou can preview the built app with
npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.