diff --git a/README.md b/README.md index 6ccce62..bcaaa18 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,22 @@ docker compose -f docker/ory-dev/docker-compose.yaml up -d sh docker/ory-dev/hydra-test-consent.sh ``` -Then start the authentication UI using npm: +Then start the authentication UI: ```bash cd authentication cp .env.example .env -npm install -npm run dev +bun install +bun run dev ``` -Inside another terminal session we can start the dashboard UI using npm: +Inside another terminal session we can start the dashboard UI: ```bash cd dashboard cp .env.example .env -npm install -npm run dev +bun install +bun run dev ``` ## Deployment diff --git a/authentication/bun.lockb b/authentication/bun.lockb new file mode 100755 index 0000000..002ab05 Binary files /dev/null and b/authentication/bun.lockb differ diff --git a/dashboard/bun.lockb b/dashboard/bun.lockb index 6d3fd3c..600a222 100755 Binary files a/dashboard/bun.lockb and b/dashboard/bun.lockb differ