Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.07 KB

readme.md

File metadata and controls

36 lines (29 loc) · 1.07 KB

De Voorhoede Playbook

Netlify Status

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