AppFlowy-Cloud/admin_frontend
Fu Zi Xiang 827b79e15c
feat: session token WIP
2023-10-09 17:07:16 +08:00
..
migrations feat: session token WIP 2023-10-09 17:07:16 +08:00
src feat: session token WIP 2023-10-09 17:07:16 +08:00
Cargo.lock feat: add admin frontend project 2023-10-06 18:11:15 +08:00
Cargo.toml feat: session token WIP 2023-10-09 17:07:16 +08:00
Dockerfile feat: add admin frontend project 2023-10-06 18:11:15 +08:00
README.md feat: add admin frontend project 2023-10-06 18:11:15 +08:00

README.md

Admin Frontend

  • Start the whole stack: docker compose up -d
  • Go to web server
  • Quick rebuild only frontend after editing docker compose up -d --no-deps --build admin_frontend
  • You might need to add --force-recreate for non build changes to take effect