AppFlowy-Cloud/admin_frontend/dev
Zack d638c01763
feat: added oauth login for admin (#119)
* doc: added deployment guide for appflowy cloud

* feat: added oauth login for admin

* feat: specify redirect_url

* feat: implemented google oauth

* fix: default value for redirect_to

* fix: add check for location hash
2023-10-17 10:21:06 +08:00
..
README.md feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00

README.md

Development

  • Run the dev docker compose in the previous directory: docker compose --file docker-compose-dev.yml up -d
  • cp dev.env to .env
  • run the frontend: cargo watch -x run -w .
  • web will be served at localhost:3000