Skip to content

Commit

Permalink
Merge pull request #18 from NMFS-RADFish/radfish-248-suggested-fixes
Browse files Browse the repository at this point in the history
Getting Started - suggested changes
  • Loading branch information
theangchen authored Aug 12, 2024
2 parents 0c66ccc + e8c7df5 commit afd8233
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app.

**Option 2:** If you would like to scaffold from 1 example, please see [Running an Example](./building-your-application/available-scripts/running-example.md)

**Option 3:** You can also clone the boilerplate repo to get all the examples. Then run `npm i` followed by `npm start` from the example directory you want to run.
**Option 3:** You can also clone the [boilerplate repo](https://github.com/NMFS-RADFish/boilerplate) to get all the examples.

Then:
```bash
cd boilerplate/examples/[example you want to run]
npm i
npm start
```

**To show help:**

```bash
npx @nmfs-radfish/create-radfish-app my-app --help
```

# Creating an PWA
# Creating a PWA

### Prerequisites

Expand Down

0 comments on commit afd8233

Please sign in to comment.