Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 702 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 702 Bytes

Reddisco

This is a web app using Svelte and Cloudflare Pages and Workers.

Developing

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

Building

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