You need to have the following dependencies installed:
Packaging will create builds in the dist/ folder
git clone https://github.com/Justus0405/Vyntra
cd Vyntra
# Install Dependencies
pnpm i
# Either run it without packaging
pnpm start
# Or package (will build packages for your OS)
pnpm package
# Or only build the Linux Pacman package
pnpm package --linux pacman
# Or package to a directory only
pnpm package:dir