2015-10-09 13:54:53 +02:00
2015-02-11 10:40:58 +01:00
2015-07-28 20:24:26 +02:00
2015-10-09 13:54:53 +02:00
2015-10-09 13:54:53 +02:00
2015-10-09 13:54:53 +02:00
2014-06-18 14:20:10 +02:00
2013-03-10 20:29:40 +01:00
2014-06-18 14:35:17 +02:00
2015-10-09 13:54:53 +02:00
2013-03-10 20:41:59 +01:00
2015-07-28 19:50:02 +02:00
2015-10-09 13:54:53 +02:00
2015-07-28 20:31:39 +02:00
2015-01-22 11:11:51 +01:00
2015-07-28 19:50:02 +02:00

math.js website

This project contains the website of math.js, available at http://mathjs.org. The website is static, and is hosted on github pages.

Update

To update the website with the latest version of math.js:

  • Install the latest math.js via npm:

    npm install
    
  • Update the docs, examples, and version number via the build tool:

    npm run build
    
  • To generate the website locally using Jekyll:

    jekyll
    

    This will generate the static website in the folder _site.

  • To test the website locally, use Jekyll as server:

    jekyll --server 4000
    

    The website is than available in the browser at http://localhost:4000.

Deploy

To deploy the website, all that is needed is to commit the changes via git, and push the changes to the gh-pages branch of math.js on github.

Description
An extensive math library for JavaScript and Node.js
Readme Pixar 107 MiB
Languages
JavaScript 97.9%
TypeScript 1.9%