This project uses Svelte and Sapper to create a basic family tree site. The information is stored in an SQLite database.
- Download the website either by forking the repository or downloading the zip file
- Install dependencies using
npm install
. You will need node installed on your computer. - Run the project using
npm run dev
- The site should be running on localhost:3000.
Currently there is one user account in the database:
username: newuser
password: password
Feel free to create, edit and delete people in the family tree within this user account (or create your own account).