A prototype for freeCodeCamp's LaTeX-based Math for Programmers Curriculum.
You can try it live here.
- Make sure that you have a recent version of Node and npm.
- Clone this repository.
- Open a terminal at the project's root folder and run
npm i
. - Install Sass:
- Install Ruby for your OS.
- Run
gem install sass
. - Verify Sass installation with
sass -v
.
- Run
npm run start
.
- Clone this repository
- Install appropriate versions of node.js and npm:
- At the project's root folder, run
npm i
- Install Sass:
- Install Ruby for your Linux OS.
- Run
sudo gem install sass
- Verify Sass installation with
sass -v
.
- Run
npm run start