NORY-24: migrate from npm to bun
This commit is contained in:
parent
90d11ae558
commit
9bb2dbbe4d
3 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
|
BIN
authentication/bun.lockb
Executable file
BIN
authentication/bun.lockb
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue