@prosopo/client-bundle-example 0.3.36 → 0.3.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,10 +9,7 @@ This project is a _minimal_ example demonstrating how to include the Prosopo Pro
|
|
|
9
9
|
Run these commands from the root of the [captcha](https://github.com/prosopo/captcha) repo:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
cp demos/client-example-server/env.development demos/client-example-server/.env.development && \
|
|
13
|
-
cp demos/client-example/env.development demos/client-example/.env.development && \
|
|
14
12
|
cp dev/scripts/env.development dev/scripts/.env.development && \
|
|
15
|
-
cp dev/scripts/env.development packages/cli/.env.development && \
|
|
16
13
|
cp dev/scripts/env.development packages/procaptcha-bundle/.env.development && \
|
|
17
14
|
docker compose --file ./docker/docker-compose.development.yml up -d && \
|
|
18
15
|
npm i && \
|