More Premium Hugo Themes Premium Vue Themes

Genealogy Nuxt

Nuxt 2 and Vue 2 client for genealogy project. Family tree and genealogy data processing website software client.

Genealogy Nuxt

Nuxt 2 and Vue 2 client for genealogy project. Family tree and genealogy data processing website software client.

Github Stars Github Stars: 118
Last Commit Last Commit: Jun 29, 2023 -
First Commit Created: Dec 18, 2023 -
default image

Overview:

Family Tree 365 is an open-source genealogy software that allows users to create and manage their family tree. It is a browser-based application that offers a secure way to store data on the user’s own server. The software provides the option to import existing data or manually enter new data. In the future, there will also be a feature for smart matching with other servers.

Features:

  • Browser-based: Users can access and use the software through a web browser, eliminating the need for additional installations.
  • Data Import: Users can easily import their existing family tree data into the software.
  • Data Security: All data is stored securely on the user’s own server and does not leave the environment without their permission.
  • Smart Matching: In the future, there will be an optional feature for smart matching with other servers.

Installation:

To install Family Tree 365, follow the steps below:

  1. Download the project by running the following command in your terminal:

    git clone https://github.com/liberu-ui/genealogy.git --depth 1
    
  2. Navigate to the project folder and run the following command to install dependencies:

    yarn install
    
  3. Copy the .env.example file to .env and configure it according to your environment.

  4. Run the following command to build the project:

    yarn build
    
  5. For live reload and hot module replacement functionality, run the following command:

    yarn dev
    

Summary:

Family Tree 365 is an open-source genealogy software that offers a browser-based platform for users to create and manage their family tree. It provides features such as data import, secure data storage, and the potential for smart matching with other servers. The installation process is straightforward and requires downloading the project, installing dependencies, and configuring the environment. Overall, Family Tree 365 is a reliable option for those looking to organize and explore their family history.