Files
AppFlowy-Web/CLAUDE.md

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:

  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:

  3. cp .env.nginx to .env

  4. docker compose up -d