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 buildlocally to ensure there are no build/typescript errors - run
npm install && npm run build-onlyon server - run server.py