/aclvt-vue

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

ACLVT-Vue

A remake of the original ACLVT website made with Vue.js and Pinia.

Building the frontend

Vite is used as the toolchain for this project with NPM as the package manager. To make a production build of the site run the following commands :

npm i
npm run build

You will find the compiled build in the dist folder.

Running the backend

The backend is simply a JavaScript file that should be run at regular intervals. Unit files for systemd are provided under the metadata-updater folder, just make sure to replace any TODOs in the service file.