cd client
npm install
npm run dev
npm run build
A basic Dockerfile (and compose file) is provided for building the app with Node and spinning up an nginx server.
Note that the app runs under the /new
subpath.
Perfice is built with Svelte 5, TypeScript, TailwindCSS and leverages IndexedDB for most data storage.
It uses Capacitor to wrap the webapp in a native WebView application for Android.
CAPACITOR=true npm run build && npx cap run android
User accounts, synchronization and integrations require a backend to function. You can set the service URL locally by clicking the globe (🌐) icon on the settings page.
To set a default backend URL, configure the VITE_BACKEND_URL
environment variable in a .env
or .env.development
file in the root of the project.
You can read more about how to setup the backend in the documentation.
Perfice is licensed under the MIT license.
Contributions are always appreciated and welcome! Please open an issue or pull request if you have any suggestions or find a bug.