From ad30ecaf2d20c8ff2c06a3a3138f6a8a127144df Mon Sep 17 00:00:00 2001 From: Stuart Brown Date: Fri, 26 Jan 2024 19:56:40 +0000 Subject: [PATCH] add extra steps in readme for development and deployment --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f038d4..c56b02b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # README -To generate static build run: `npx elm-pages build` \ No newline at end of file +## Running in Gitpod + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/sbrown17/sbrown17.github.io) + +## Deploying Changes +To generate static build run: `npx elm-pages build` +Then copy contents of dist folder to the docs/ folder \ No newline at end of file