The history of Lupi's from Portugal.
For Mac users run in the terminal:
- install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- install Node version manager
brew install nvm
- install latest version of node
nvm install --lts
on the root folder of the project, run in the terminal:
- install dependencies
npm i
- build and start dev environment
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
To create new family members or stories related to the family, navigate to /editor/member
or /editor/story
respectively. To auto generate a link inside your text use the following code, e.g.{{link|/family/francisco-lupi-id|Francisco Lupi}}
. This is sorted by type: link
, path: /family/francisco-lupi-id
, name: Francisco Lupi
each separated by |
.
Please make sure to update tests as appropriate.