https://github.com/liarprincess/real-world-haskell
Download the whole 'Real World Haskell' book and serve at your local server.
https://github.com/liarprincess/real-world-haskell
Last synced: about 2 months ago
JSON representation
Download the whole 'Real World Haskell' book and serve at your local server.
- Host: GitHub
- URL: https://github.com/liarprincess/real-world-haskell
- Owner: LiarPrincess
- Created: 2020-09-27T14:55:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T14:57:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:40:41.788Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Download the whole [Real World Haskell](http://book.realworldhaskell.org) book and serve at your local server.
# Instructions
1. Usual Node things (`npm i` etc.)
2. `node scrap.js`
3. `node serve.js`
# Why?
So you can modify page/book to make it easier to digest.