- Created docs/ directory for better organization - Moved 35 markdown files from root to docs/ - Includes all status reports, guides, and testing documentation Co-Authored-By: Warp <agent@warp.dev>
801 B
801 B
Quick Frontend Test
Before Testing
-
Install Node.js (if not installed):
sudo ./scripts/install-requirements.sh -
Start Backend (in one terminal):
cd backend export CALYPSO_DB_PASSWORD="calypso123" export CALYPSO_JWT_SECRET="test-jwt-secret-key-minimum-32-characters-long" go run ./cmd/calypso-api -config config.yaml.example
Test Frontend
-
Install dependencies:
cd frontend npm install -
Start dev server:
npm run dev -
Open browser: http://localhost:3000
-
Login: Use admin credentials
-
Test pages:
- Dashboard
- Storage
- Alerts
Automated Test
./scripts/test-frontend.sh
This will check prerequisites and test the build.