Skip to content

Commit

Permalink
Merge pull request #9 from hemilabs/hemi-deploy
Browse files Browse the repository at this point in the history
Add deploy instructions to docs
  • Loading branch information
gabmontes authored Apr 3, 2024
2 parents 8104659 + 2f73658 commit 3fc74d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ Then run the tests:
```sh
npm run test:e2e
```

## Deployment

```sh
npm ci
cd site
npm run build
```

Then upload the folder `site/out` to the hosting server.
2 changes: 2 additions & 0 deletions site/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Pure Finance website

Go back to the root's [README.md](../README.md) file.

0 comments on commit 3fc74d8

Please sign in to comment.