Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Vahor/pedaki.fr

Repository files navigation

Pedaki

CC-BY-NC-SA

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev
# or
pnpm dev --filter <www|docs>

Contributing

Pedaki is an open source project. Feel free to contribute by opening issues and/or pull requests. See CONTRIBUTING.md for more details.