Skip to content

Commit

Permalink
Clarify install section to include Begin CLI installation (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
FX-Wood authored Oct 25, 2023
1 parent 3629ae3 commit e02afd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,12 @@ If there is no Markdown file that matches the path, a 404 error will be returned

- clone this repo
- `npm i`
- install the Begin CLI, see instructions [here](https://begin.com/docs/getting-started/installing-the-begin-cli)

## Setup

If you need to run/test the mailing list subscription action (`POST /signup`) you will need to configure the following environment variables: `CIO_SITE_ID`, `CIO_API_KEY`, `CIO_APP_KEY`

### Begin Setup

Once again this app uses [Begin](https://begin.com) for its deployments. You will have to install the Begin CLI before running the start script as outlined [here](https://begin.com/docs/getting-started/installing-the-begin-cli).

## Run dev server

`npm start`
Expand Down

0 comments on commit e02afd3

Please sign in to comment.