Skip to content

Latest commit

History

History
24 lines (14 loc) 路 517 Bytes

local-dev.md

File metadata and controls

24 lines (14 loc) 路 517 Bytes

Local Development

Prerequisites:

Run:

  • pnpm dev:web

Run web tests:

  • pnpm web:test

Push db changes:

  • pnpm db:push

.test domain for local development

To use a .test domain, you need Puma dev installed: https://github.com/puma/puma-dev. This allows you to have SSL locally.