An open API service indexing awesome lists of open source software.

https://github.com/voorhoede/playbook


https://github.com/voorhoede/playbook

open-source vuepress website

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# De Voorhoede Playbook
[![Netlify Status][netlify-icon]][netlify]

Company playbook containing internal information about common questions & situations at De Voorhoede in the form of a website generated with [Vuepress](https://vuepress.vuejs.org/) and fetched [Google Drive](https://drive.google.com) documents.

## Development

### Quick start
#### Initial setup
```sh
git clone git@github.com:voorhoede/playbook.git
cd playbook
yarn install --frozen-lockfile
```

#### Set environment
All needed environment variables are listed in the [.env.example](.env.example) file. To automatically set them fill in a `.env` file following the same structure as the example file.
```sh
cp .env.example .env
```

### Running
#### Development
Fetch content and start local server to preview the website.
```sh
yarn dev
```

#### Production
Fetch content and generate static website files.
```sh
env NODE_ENV=production yarn build
```

[netlify]: https://app.netlify.com/sites/voorhoede-playbook/deploys
[netlify-icon]: https://api.netlify.com/api/v1/badges/6cb9ad83-2aee-4233-9ed3-62d0fa799b9f/deploy-status