⇦ Back
WDX-180
Web Development X
Setting up Study Lenses (v2) on your System
- Clone the
study-lenses
repository from this link: https://github.com/in-tech-gration/study-lenses/.git clone git@github.com:in-tech-gration/study-lenses.git
-
Change to the
study-lenses
directory and install all dependencies:- Run:
cd study-lenses
- Then:
npm install
(ornpm i
for short)
- Run:
-
Checkout to the
lenses2
branch and run thenpm link
command to make this available globally:git checkout lenses2
npm link
- (or if you’re on a Mac/Linux, you’ll perhaps need
sudo npm link
)
-
Check that
study-lenses
have been successfully installed on your system by running the following command:lenses2 --version
orlenses2 -v
Explore Study Lenses
- Watch the WDX180 - Study Lenses Guide video to get familiar with the
study-lenses
tool.- Duration: 12min
Project maintained by in-tech-gration
Hosted on GitHub Pages — Theme by mattgraham