Skip to content

mikhailmogilnikov/ikigai-frontend

Repository files navigation

IKIGAI Education Platform

Prerequisites

  • Bun 1.2+
  • Chocolatey (Windows only)

Installing Dependencies

make i

Running in Development Mode

make dev

Running a Production Build

make build
make preview

Code Linting

make lint

Project Structure

/src
-- /shared (Shared across the project)
-- /routes (Application routes)
-- /domains – Application business domains

Generate API Docs

Install @redocly/cli@latest package globally, then execute

bunx @redocly/cli@latest bundle ./src/shared/api/sсhema/main.yaml -o api-docs.yaml

Releases

No releases published

Packages

No packages published