PxlBuzzard / x-tags-org

x-tags.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X-Tag - Custom Elements for Modern Browsers

X-Tag is a small JavaScript library, created and supported by Mozilla, that brings Web Components Custom Element capabilities to all modern browsers.

This is the repository for the x-tag website.

Setup

If you want to contribute to the website, simply follow these instructions.

First install node.js if it's not already in your system. Download and install it from their server, or use your favourite system package manager.

Clone our repository:

git clone git@github.com:x-tag/x-tags-org.git

Change to that directory and run:

npm install

Install bower (if you don't already have it)

npm install bower -g

Install components

bower install

Combine js/css assets, see Gruntfile.js for details

grunt

Run the site locally

node app

You can now access the site at localhost:3000.

About

x-tags.org website


Languages

Language:JavaScript 81.4%Language:CSS 14.1%Language:HTML 4.5%Language:Shell 0.0%