This repository contains the frontend component of the kheina.com website. The frontend is written entirely in Vue3, built by vite, and served via FastAPI.
- install npm
- run
npm install
- run
npm run dev
- run
npm build
locally to ensure there are no build/typescript errors - run
npm install && npm run build-only
on server - run server.py