https://github.com/voorhoede/playbook
https://github.com/voorhoede/playbook
open-source vuepress website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voorhoede/playbook
- Owner: voorhoede
- Created: 2018-12-17T12:58:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:00:27.000Z (about 2 years ago)
- Last Synced: 2024-05-06T09:25:26.061Z (about 2 years ago)
- Topics: open-source, vuepress, website
- Language: JavaScript
- Homepage: https://playbook.voorhoede.nl/
- Size: 4.32 MB
- Stars: 32
- Watchers: 7
- Forks: 6
- Open Issues: 37
-
Metadata Files:
- Readme: readme.md
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