mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-10 11:58:41 +00:00
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
|
sh docker/ory-dev/hydra-test-consent.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Then start the authentication UI using npm:
|
Then start the authentication UI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd authentication
|
cd authentication
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
npm install
|
bun install
|
||||||
npm run dev
|
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
|
```bash
|
||||||
cd dashboard
|
cd dashboard
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
npm install
|
bun install
|
||||||
npm run dev
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deployment
|
## 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