⇦ Back
WDX-180
Web Development X

Setting up Study Lenses (v2) on your System
- Clone the
study-lensesrepository 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-lensesdirectory and install all dependencies:- Run:
cd study-lenses - Then:
npm install(ornpm ifor short)
- Run:
-
Checkout to the
lenses2branch and run thenpm linkcommand to make this available globally:git checkout lenses2npm link- (or if you’re on a Mac/Linux, you’ll perhaps need
sudo npm link)
-
Check that
study-lenseshave been successfully installed on your system by running the following command:lenses2 --versionorlenses2 -v
Explore Study Lenses
- Watch the WDX180 - Study Lenses Guide video to get familiar with the
study-lensestool.- Duration: 12min
Project maintained by in-tech-gration
Hosted on GitHub Pages — Theme by mattgraham