Files
react-native-pubky/rust/pubky/pubky-homeserver
coreyphillips b03d04ccc4 Add base project
Implement auth method
2024-09-11 22:03:27 -04:00
..
2024-09-11 22:03:27 -04:00
2024-09-11 22:03:27 -04:00
2024-09-11 22:03:27 -04:00

Pubky Homeserver

Usage

Use cargo run

cargo run -- --config=./src/config.toml

Or Build first then run from target.

Build

cargo build --release

Run with an optional config file

../target/release/pubky-homeserver --config=./src/config.toml