We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install -g pnpm
git clone https://github.com/ummeco/praycalc.git cd praycalc/web pnpm install pnpm dev
The dev server runs at http://localhost:3002.
http://localhost:3002
Copy .env.local.example to .env.local for local development. Most features work without any env vars set.
.env.local.example
.env.local
pnpm test # unit tests (Vitest) pnpm test:e2e # E2E tests (Playwright)
cd praycalc/org pnpm install pnpm dev
Runs at http://localhost:3003.
http://localhost:3003
cd praycalc/flutter flutter pub get flutter run
flutter test # widget tests cd packages/pray_calc_dart dart test # unit tests for calculation engine
PrayCalc