All Projects → freeCodeCamp → math-for-programmers-prototype

freeCodeCamp / math-for-programmers-prototype

Licence: BSD-3-Clause license
An interactive browser-based curriculum where you learn math through LaTeX

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Math LaTeX Challenges

A prototype for freeCodeCamp's LaTeX-based Math for Programmers Curriculum.

Demo

You can try it live here.

Installation

  • 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.

Linux Setup

  • Clone this repository
  • Install appropriate versions of node.js and npm:
    • Install node.js for your Linux OS.
    • Follow the four steps in Option-2 at the link
    • Open a terminal and run npm install npm@latest -g
  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].