All Projects → voorhoede → playbook

voorhoede / playbook

Licence: other
The almighty Voorhoede playbook, synced from Dropbox Paper.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to playbook

sofastack.tech
Source for the SOFAStack website https://www.sofastack.tech
Stars: ✭ 87 (+180.65%)
Mutual labels:  website
My-Alternate-Portfolio-Website
Portfolio Website generated using Jekyll, Sass, and Gulp.js, to showcase my web presence, résumé, story, & featured projects with a Particle.js aligned theme.
Stars: ✭ 127 (+309.68%)
Mutual labels:  website
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (+32.26%)
Mutual labels:  website
phpdoc-vuepress
🎨 Template for generating your PHP API documentation in a pretty VuePress format
Stars: ✭ 19 (-38.71%)
Mutual labels:  vuepress
youtube-metadata
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
Stars: ✭ 58 (+87.1%)
Mutual labels:  website
misskey-hub
Website for Misskey
Stars: ✭ 21 (-32.26%)
Mutual labels:  vuepress
bacnet
BACNET is a Java based platform to develop website for multi-omics analysis
Stars: ✭ 12 (-61.29%)
Mutual labels:  website
mn.reactjs.org
(Work in progress) React documentation website in Mongolian
Stars: ✭ 33 (+6.45%)
Mutual labels:  website
gw2treasures.com
Guild Wars 2 database
Stars: ✭ 15 (-51.61%)
Mutual labels:  website
x-frame-options
x-frame-options bypass
Stars: ✭ 29 (-6.45%)
Mutual labels:  website
dante-gui
Dante Server (SOCKS5 Proxy) Web Interface (Telegram ready)
Stars: ✭ 31 (+0%)
Mutual labels:  website
pokeapi.co
The PokéAPI documentation website
Stars: ✭ 66 (+112.9%)
Mutual labels:  website
podcast
Website of the Programming Podcast
Stars: ✭ 26 (-16.13%)
Mutual labels:  website
http-simple-cheatsheet
Simple HTTP status codes cheatsheet 🦄
Stars: ✭ 18 (-41.94%)
Mutual labels:  website
MSC-Website
mlsctiet.co.in/
Stars: ✭ 19 (-38.71%)
Mutual labels:  website
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+41.94%)
Mutual labels:  website
nuxtjs-website-boilerplate
A Nuxt.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 57 (+83.87%)
Mutual labels:  website
jimdeng92.github.io
林河前端之路
Stars: ✭ 0 (-100%)
Mutual labels:  vuepress
website
The code which powers jacobtomlinson.dev
Stars: ✭ 16 (-48.39%)
Mutual labels:  website
ish.app
The iSH website
Stars: ✭ 66 (+112.9%)
Mutual labels:  website

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 Dropbox Paper 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].