/chords

Experiment on how to display and maintain guitar chord and scales

Primary LanguageSCSSOtherNOASSERTION

Inuit boilerplate

Inuit boilerplate is an opinionated starter kit to help you build or prototype static marketing or content websites. It uses 11ty as a static site generator, Gulp as a worklow automation tool and InuitCSS as CSS framework.

The goal of this boilerplate is to make to create a library of components which are easy to use, accessible and performant. Important: for the moment this is not the case but it's a work in progress.

You are free to copy, modify, and distribute Inuit boilerplate, even for commercial purposes, without asking for permission. For any third-party code please refer to the corresponding license included in this project.

Live demo

Netlify Status

You can see a live demo of this boilerplate at https://inuit-boilerplate.netlify.com/

Roadmap

This project is still under development and will change in the future. Some things I'm working on:

  • better form layout
  • various lists styles
  • easier to use tabs component
  • add new components
  • basic service worker
  • documentation

How to use

Dependencies

Inuit boilerplate needs the following tools to be installed properly:

Install

To install run npm install

Run

There are several options to run or build the site.

Using the Gulp CLI

To build the site run gulp.

To run a browser-sync server and watch changes run gulp watch.

Need help

Inuit boilerplate uses 11ty to generate the html and process the .scss files. More information about these tools can be found on the following sites:

Credits