A modern and minimalist static homepage
Setup links array in js/links.js
to have the following structure for its objects.
Type can only be:
- IMPORTANT
- FINANCE
- ACCOUNTS
{ "type": "IMPORTANT", "link": "https://google.com", "text": "Google" }
SCSS is incorporated in project, please see scss/style.scss
.
See below for cli usage.
npm install
npm start
npm run scss
npm run scss-watch