Skip to content

dskobe/website

Repository files navigation

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.