Skip to content

Demo-app readme fix #6630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/auth/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,20 @@ in the `config.js` file.

Before deploying, you may need to build the auth package:
```bash
cd auth/demo
yarn build:deps
```

This can take some time, and you only need to do it if you've modified the auth package.

You can optionally clear the cache and rebuild using:

```bash
cd auth/demo
rm -rf node_modules yarn.lock
yarn build:deps
```

To run the app locally, simply issue the following command in the `auth/demo` directory:

```bash
Expand Down