Quick start a new LibreService project.
https://my-boilerplate.vercel.app/
This is a STATIC website so you DON'T need to own a server to host it.
All computation is performed in browser, thank to Web Assembly.
It's also a PWA, so you can install it like a native App and use it OFFLINE.
Download latest artifact built by GitHub Actions.
My Boilerplate can be built on Linux.
You may use nvm to install node.
npm i -g pnpm
pnpm ihttps://emscripten.org/docs/getting_started/downloads.html
pnpm run lib
pnpm run wasmpnpm run devThe app is accessible at http://localhost:5173
pnpm run lint:fixpnpm run checkpnpm run buildpnpm run testpnpm run preview# set VERSION to avoid CDN and browser caching old version
export LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-boilerplate@VERSION/dist/
vercel build --prod
npm publish
vercel deploy --prebuilt --prodAGPLv3+