Skip to content

Commit

Permalink
Ammend readme and .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
samtgarson committed Jul 17, 2018
1 parent dfead8e commit eed8a91
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
OAUTH_CLIENT_ID=<oauth_client_id>
OAUTH_CLIENT_SECRET=<oauth_client_secret>
OAUTH_HOST=https://identity-master.ic.sohohousedigital.com/oauth
OAUTH_HOST=<oauth_host>
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Set `options.oauth.testMode` to `true` to tell the module to skip authentication
## Develop

```bash
git clone git@github.com:samtgarson/nuxt-oauth.git
git clone git@github.com:SohoHouse/nuxt-oauth.git
cd nuxt-oauth
yarn
yarn test
Expand All @@ -158,9 +158,21 @@ cd ../my-other-app
yarn link nuxt-oauth
```

### Running locally

To run the fixture Nuxt app (`/test/e2e/fixture`) locally, make sure to:
```bash
cp .env.example .env
```
and populate with your real values. Then, run:
```
yarn dev
```
To boot the app locally.

### Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/samtgarson/nuxt-oauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Bug reports and pull requests are welcome on GitHub at https://github.com/SohoHouse/nuxt-oauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

### Thanks

Expand Down

0 comments on commit eed8a91

Please sign in to comment.