My personal cv in LaTeX
- docker
A simple make bootstrap; make
should do the trick if you have docker installed.
Look at the Makefile for more commands
You need yarn installed
cd client
yarn install
yarn start
You need account.json.backup
- json access key for google cloud service account.
export GOOGLE_CREDENTIALS_FILE=$( base64 account.json.backup | tr -d '\n' )
make bootstrap
make local_apply
And visit the website address, by default https://local.burlinski.info
For Martin Knoller Stocker for open sourcing his cv repo.