- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm dev
# or
pnpm dev --filter <www|docs>
Pedaki is an open source project. Feel free to contribute by opening issues and/or pull requests. See CONTRIBUTING.md for more details.