wiseflow/core/pb/README.md

11 lines
320 B
Markdown
Raw Normal View History

2024-04-07 09:37:47 +08:00
# for developer
2024-06-15 15:41:31 +08:00
download https://pocketbase.io/docs/
2024-04-07 09:37:47 +08:00
```bash
cd pb
2024-06-15 15:41:31 +08:00
xattr -d com.apple.quarantine pocketbase # for Macos
./pocketbase migrate up # for first run
./pocketbase --dev admin create test@example.com 123467890 # If you don't have an initial account, please use this command to create it
2024-04-07 09:37:47 +08:00
./pocketbase serve
```