Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 467 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 467 Bytes

Development

Javascript

Edit the files in src/. Use the Babel transpiler to compile the files:

Using Yarn

Install Yarn

See https://yarnpkg.com/lang/en/docs/install

Configure
$ yarn add --dev babel-cli babel-core babel-preset-env
Transpile
$ yarn dist:js

CSS

Install SCSS

TBD.

Compile
$ scss --update src/scss/tallinn-dashboard.scss:dist/tallinn-dashboard.css