Fixed building instructions
ci/woodpecker/push/ociImageTag Pipeline is pending
Details
ci/woodpecker/push/ociImageTag Pipeline is pending
Details
This commit is contained in:
parent
b04076fbf0
commit
e57f0bb932
|
@ -63,9 +63,6 @@ git clone https://git.astolfo.cool/natty/calckey.git
|
||||||
cd calckey/
|
cd calckey/
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**
|
|
||||||
> By default, you're on the develop branch. Run `git checkout main` or `git checkout beta` to switch to the Main/Beta branches.
|
|
||||||
|
|
||||||
## 📩 Install dependencies
|
## 📩 Install dependencies
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -75,6 +72,12 @@ corepack prepare pnpm@latest --activate
|
||||||
pnpm i
|
pnpm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pnpm run build
|
||||||
|
```
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
This setup assumes you already have a valid PostgreSQL database with
|
This setup assumes you already have a valid PostgreSQL database with
|
||||||
|
|
Loading…
Reference in New Issue