Company playbook containing internal information about common questions & situations at De Voorhoede in the form of a website generated with Vuepress and fetched Google Drive documents.
git clone git@github.com:voorhoede/playbook.git
cd playbook
yarn install --frozen-lockfile
All needed environment variables are listed in the .env.example file. To automatically set them fill in a .env
file following the same structure as the example file.
cp .env.example .env
Fetch content and start local server to preview the website.
yarn dev
Fetch content and generate static website files.
env NODE_ENV=production yarn build