mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
4718d229bd
Bumps [less](https://github.com/less/less.js) from 4.2.0 to 4.6.4. - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/commits) --- updated-dependencies: - dependency-name: less dependency-version: 4.6.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Frontend (Vite)
This frontend now uses Vite + React + TypeScript.
Scripts
yarn devoryarn start: Start the Vite dev server.yarn build: Build production assets todist/.yarn preview: Serve the production build locally.yarn test: Run tests once with Vitest.yarn test:watch: Run tests in watch mode.
Notes
- Static files are served from
public/. - The app entry HTML is
index.htmlat the project root. - LESS files are compiled by Vite automatically, no separate compile step is needed.