This repository contains the source of the okdp.io marketing website, a bilingual (FR/EN) static site showcasing the OKDP platform, its architecture, modules, and roadmap.
# Install dependencies
npm install
# Generate HTML from templates, then start the dev server
npm run devnpm run dev runs two steps in sequence:
npm run generate: compiles Handlebars templates with locale data fromsrc/localesvite: starts the dev server with hot reload
npm run build # generate + vite build -> outputs to dist/
npm run preview # preview the production build locally- Organization: TOSIT Association
- Communication: Github discussion
