https://github.com/liarprincess/structure-and-interpretation-of-computer-programs
Download the whole "Structure and Interpretation of Computer Programs" book and serve at your local server.
https://github.com/liarprincess/structure-and-interpretation-of-computer-programs
Last synced: 9 months ago
JSON representation
Download the whole "Structure and Interpretation of Computer Programs" book and serve at your local server.
- Host: GitHub
- URL: https://github.com/liarprincess/structure-and-interpretation-of-computer-programs
- Owner: LiarPrincess
- Created: 2020-09-27T15:07:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T15:08:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:40:42.087Z (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 [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book-Z-H-4.html) 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.