Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 372 Bytes

yral-auth

Auth repo for Yral

Running the project locally

This enables google oauth

cargo leptos serve --bin-features oauth-google --lib-features oauth-google --bin-features ssr --lib-features hydrate

Running this with production features

Requires redis as well

cargo leptos serve --bin-features release-bin --lib-features release-lib