Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 944 Bytes

Project

This project uses Nunjucks templating engine. Using gulp task a static files for the jkguidaven.github.io website is generated.

Prerequisites

  • Node (at least the latest LTS)
  • Yarn (at least 1.0)

Setting Up

# 1. Clone this repository.
git clone [email protected]:jkguidaven/jkguidaven.github.io-source.git

## 2. Install dependencies
yarn install

## 3. Build template and watch new changes in
yarn start

To build

yarn build

The build will generate all css, js and index.html files and store it in dest folder.

Continuous Integration

The project uses tools such as eslint, prettier & editorconfig to ensure quality of codes are properly check.

Pushing commits to origin/master branch will trigger a Github action that will deploy the output files from dest folder to jkguidaven.github.io repository.