https://github.com/tlocke/maths
Maths
https://github.com/tlocke/maths
Last synced: 3 months ago
JSON representation
Maths
- Host: GitHub
- URL: https://github.com/tlocke/maths
- Owner: tlocke
- Created: 2014-10-30T15:00:54.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-06-24T15:57:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T10:31:02.589Z (4 months ago)
- Language: HTML
- Size: 8.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.adoc
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/