playbook
playbook copied to clipboard
De Voorhoede Playbook
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.
Development
Quick start
Initial setup
git clone [email protected]:voorhoede/playbook.git
cd playbook
yarn install --frozen-lockfile
Set environment
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
Running
Development
Fetch content and start local server to preview the website.
yarn dev
Production
Fetch content and generate static website files.
env NODE_ENV=production yarn build