1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-13 21:08:42 +00:00

NORY-24: migrate from npm to bun ()

This commit is contained in:
Markus Thielker 2024-12-07 23:51:30 +01:00 committed by GitHub
commit 31cea32ccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions
README.md
authentication
dashboard

View file

@ -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

BIN
authentication/bun.lockb Executable file

Binary file not shown.

Binary file not shown.