Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 365 Bytes

DSK International Website

Static Website for DSK International.

Install

bundle config set path 'vendor/bundle'
bundle
npm i

Develop

Run development server with:

bundle exec middleman server

Open URL http://localhost:4567/ as preview.

Build & Deploy

See .github/workflows for automatic deployment.