-
Notifications
You must be signed in to change notification settings - Fork 0
Installing process css demo
Tommy Hodgins edited this page Sep 28, 2019
·
1 revision
To download this repository you can either download it as a zip from Github, or use git
on the command line to clone process-css-demo:
git clone git@github.com:tomhodgins/process-css-demo.git
This package uses dependencies from npm, so after downloading, the first step to getting this ready to use is to download this folder and run npm install
to install the dependencies:
npm install
This tool also contains a link
property in its package.json
which allows you to run this package with the command preprocess
from the command line anywhere. To create this alias, run the npm link
command once:
npm link
Now process-css-demo should be ready to use anywhere
preprocess
Try preprocess
to see the help message.