Hikari - Forum Engine based on Rust
Still in progress
Build the web server
# Build the app
cargo run --bin build-server
# Run the app
cargo run --bin run-server
Build the web server on docker
docker build -t hikari -f ./tasks/web.dockerfile .
Build the native client
# Build the app
cargo run --bin build-app
# Run the app
cargo run --bin run-app