Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalczaplinski/buildyourownlisp
https://github.com/michalczaplinski/buildyourownlisp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalczaplinski/buildyourownlisp
- Owner: michalczaplinski
- License: other
- Created: 2015-09-17T16:08:43.000Z (over 9 years ago)
- Default Branch: michal
- Last Pushed: 2015-09-19T22:07:05.000Z (over 9 years ago)
- Last Synced: 2024-11-15T01:47:47.035Z (2 months ago)
- Language: HTML
- Size: 18.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Build your own Lisp
===================http://buildyourownlisp.com
About
-----This is the HTML and website code for the book of the above title.
Corrections / Edits / Contributions Welcome
Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0
http://creativecommons.org/licenses/by-nc-sa/3.0/
Running
-------You can't just browse the raw HTML files of the site. The links wont work, and it wont have a proper header or footer. If you want to run this website locally, you should install Flask and run the website as follows.
```
pip install Flask
pip install Flask-Mail
python lispy.py
```You can specify port via `$PORT`.
```
env PORT=5000 python lispy.py
```This will serve the site locally at `http://127.0.0.1:5000/`. You can browse it from there.