Skip to content

pthomas931/humdrum-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to humdrum components!

This repo is intended to be a toolbox of commonly created components.

Prerequisites

Bower package manager, installation instructions can be found here.

Setup

From the root directory (same location as 'bower.json') run the following:

bower install

Demo running

Considering the components are utilizing riot's in browser compliation, we require the components to be hosted. One of the easiest ways to so is by running a local php web server using the following command in the root directory:

php -S localhost:8080

Then each demo can be accessed in a browser like "localhost:8080/[path to demo file]", ex:

localhost:8080/demo/header_nav/index.html

About

A series of components that are used in almost every site. Built with RiotJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 13.0%