DavidMStraub / gramps-webapp-frontend

Javascript frontend for the Gramps PWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gramps Web App: frontend

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.

Get started

After cloning the repository, run

npm install

to install dependencies and then

npm run start

to run the frontend locally.

Build the frontend

To build the frontend, run

npm run build

The content of the dist directory can then be copied to the backend's js directory.

Disclaimer

This project is not part of the official Gramps project.

About

Javascript frontend for the Gramps PWA

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 80.7%Language:CSS 14.9%Language:HTML 4.4%