⚠ Note: this project is superseded by Gramps.js.
This is a javascript frontend for the Gramps web app built on PWA Starter Kit and open-wc.
For details see the backend repository.
After cloning the repository, run
npm install
to install dependencies and then
npm run start
to run the frontend locally.
To build the frontend, run
npm run build
The content of the dist
directory can then be copied to the backend's js
directory.
This project is not part of the official Gramps project.