Skip to content

Default-Value/default-value.github.io

Repository files navigation

This is a boilerplate for Jekyll projects at Default Value.


This repo is based on the following resources:


Included


Usage

Installation

yarn install && bundle install

Local development

yarn start

Building production-ready assets

yarn build

Deploy to gh-pages branch

yarn deploy

Testing and linting

yarn test