Files
AppFlowy-Web/CLAUDE.md

13 lines
498 B
Markdown

# 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:
1. 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.
2. Check the appflowy-cloud server is running or not. If not you go to appflowy-cloud-premium repo and then:
1. cp .env.nginx to .env
2. docker compose up -d