- Clone this repo using
git clone git@github.com:JulianSoto/solid-material.git
Go into the Solid-Material directory and run npm link
to install Solid-Material globally in your local machine. Now you can import it from another NodeJS project by running npm link solid-material
and importing "solid-material"
in your script files just like any other dependency.