Skip to content

Sandbox for experimenting with Heydon Pickering's Inclusive Components

License

Notifications You must be signed in to change notification settings

elmnt/inclusive-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inclusive-practice

This is a clone of my sandbox repo (details below), just to set up a place to play with Inclusive Components

sandbox

A quick setup to run a local server, and sandbox new ideas. Includes tachyons-sass.

This uses npm to run everything. I built it to replaece my git-app-dist repo which did the same thing with Gulp.

Getting Started

  1. git clone git@github.com:elmnt/sandbox.git my-repo
  2. cd my-repo
  3. npm install

The postinstall fires the npm run dev command. You'll be serving everything up from the src/ directory. When you're ready to build a production version:

  1. npm run ship

That's it. Any time you want to clean house and rebuild:

  1. npm run clean && npm run dev

Some helpful links

tachyons.io/docs Read the Docs
tachyons.pro Practice your Tachyons sills
tachyons tldr Quickly find a class name
tachyons.io/components Component library
tachyons playground More Tachyons practice

note

Turned off js linting in the build:js script by removing 'npm run lint &&'

About

Sandbox for experimenting with Heydon Pickering's Inclusive Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published