Skip to content

Commit

Permalink
Add deployment info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 21, 2024
1 parent a74ef9b commit 79f6312
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ OSDF Website

## Running

### Fastest Iterator

```shell
npm install
npm run dev
```

### Runs Everywhere

```shell
docker build -t osdf-website --file dev.Dockerfile .
docker run -p 3000:3000 -t osdf-website
Expand Down

0 comments on commit 79f6312

Please sign in to comment.