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 [email protected]:voorhoede/playbook.git
cd playbook
yarn install --frozen-lockfileAll 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 .envFetch content and start local server to preview the website.
yarn devFetch content and generate static website files.
env NODE_ENV=production yarn build