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 i
https://emscripten.org/docs/getting_started/downloads.html
pnpm run lib
pnpm run wasm
pnpm run dev
The app is accessible at http://localhost:5173
pnpm run lint:fix
pnpm run check
pnpm run build
pnpm run test
pnpm 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 --prod
AGPLv3+