Kwai-vite is now part of kwai.
Kwai-vite is part of the Kwai system. The ultimate goal of Kwai is to manage a (sports)club. The focus is currently on judo sport (Kwai means Japanese), but one day it will be possible to add other sports.
Kwai-vite is the successor of kwai-ui. Instead of Webpack, vite is used.
Kwai is a greenfield project. As long as there is no official release, everything can change. Although there is still a lot to do, kwai is already used in production for our club but that is no guarantee that it will work for you...
Kwai-vite is a Single Page Application (SPA) written with vue 3.x and tailwindcss as its main components.
Currently, only news, pages and trainings are supported.
Note : At the moment only the nl locale (Dutch) is supported.
- You need npm to generate the website.
- Clone this repository and install all dependencies using npm.
- Copy
/config/config.dist.toml
to/config/config.toml
and update it according to your configuration. - The theme that is included is for our judo club. You can create your own,
and change the @theme alias in
vite.config.js
. - Run
npm run dev
to test the website - Run
npm run build
to build the website. Upload the dist folder to your host.
- Pixabay for free images.
- Font Awesome for free icons.