An open API service indexing awesome lists of open source software.

https://github.com/tlocke/maths

Maths
https://github.com/tlocke/maths

Last synced: 3 months ago
JSON representation

Maths

Awesome Lists containing this project

README

        

= Maths

Maths is a website that you can see at:

http://maths.tlocke.org.uk/

== License

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/.

== Building the website

Building the website and EPUB book requires `asciidoctor` and `asciidoc` to be
installed. On Ubuntu this can be done with:

sudo apt-get install asciidoc asciidoctor

Then to create the site, go the the `maths` directory and type:

./make_site

To compile the Haskell to JavaScript do:

hastec maths/src/questions/question.hs

== Useful Links

* http://asciidoctor.org/docs/asciidoc-writers-guide/