Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 576 Bytes

File metadata and controls

26 lines (19 loc) · 576 Bytes

Work & Co Belgrade

Weekly Code Challenge

Setup

Install dependencies

npm install

Generate html page

npm start

Watch for changes

npm run dev

General

Data is in data.yaml file. The main script just reads it and generate a static html file.

Github action builds everything and deploys it to gh-pages branch.