Skip to content

Commit

Permalink
Clarify quick start text
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored and echo-bravo-yahoo committed Nov 25, 2024
1 parent 10dabb3 commit 90fd999
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
### Quick Start

Sanity check your local setup:

```
# Install dependencies
npm install
npm run build
# Run the local code
./src/user-entrypoint.mjs
# Make sure you can build
npm run build
```

If you change code and want to see how it behaves from a customer-perspective:

```
./src/user-entrypoint.mjs <command> <subcommand> --options
```


### Application versions
Expand Down

0 comments on commit 90fd999

Please sign in to comment.