Skip to content

Commit

Permalink
add extra steps in readme for development and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrown17 committed Jan 26, 2024
1 parent 129f67e commit ad30eca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# README
To generate static build run: `npx elm-pages build`
## 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

0 comments on commit ad30eca

Please sign in to comment.