mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 10:47:56 +08:00
498 B
498 B
Claude Code Guidelines for AppFlowy-Web-Premium
This document provides clear instructions for Claude Code when working with the AppFlowy-Web-Premium repository.
Project Overview
Running test prerequest:
-
When running e2e test. You need to make sure the web server start. If not you can run :pnpm run dev to start the web server.
-
Check the appflowy-cloud server is running or not. If not you go to appflowy-cloud-premium repo and then:
-
cp .env.nginx to .env
-
docker compose up -d