From 7d2f5e72c7c0c0a24fa60231ce50e43c261b988a Mon Sep 17 00:00:00 2001 From: Patrick Joyce Date: Fri, 16 Feb 2024 00:04:51 -0500 Subject: [PATCH] readme note --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c448dbe..372bad1 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,10 @@ npm run build You can preview the production build with `npm run preview`. -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +## Deploying + +New deploys are down with every push to the main branch. You can deploy one manually by running: + +```bash +npm run deploy +```