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:
Download the project by running the following command in your terminal:
git clone https://github.com/liberu-ui/genealogy.git --depth 1
Navigate to the project folder and run the following command to install dependencies:
yarn install
Copy the
.env.example
file to.env
and configure it according to your environment.Run the following command to build the project:
yarn build
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.