AppFlowy-Cloud/admin_frontend/dev
Fu Zi Xiang c91ea9234a
feat: show user list on frontend
2023-10-10 16:57:02 +08:00
..
README.md feat: show user list on frontend 2023-10-10 16:57:02 +08:00
nginx.conf feat: session token and dev ease 2023-10-10 12:30:57 +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