This is a web app using Svelte and Cloudflare Pages and Workers.
After cloning the repo to your workstation, copy the .env-example
file into .env
and replace the values with your own.
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
I like to use cloudflare