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

https://github.com/tesu/website

my personal website
https://github.com/tesu/website

css flask html markdown python

Last synced: 3 months ago
JSON representation

my personal website

Awesome Lists containing this project

README

          

# jasonl.net
Jason Lam's personal website, available at [jasonl.net](https://jasonl.net). You're probably not interested in deploying it, but I'll include the instructions here anyway.

## Deploying a test environment
1. `git clone git@github.com:tesu/website.git`
2. `cd website`
3. `pip install -e .`
4. `cd tesu`
5. `sqlite3 app.db < schema.sql`
6. ??? (there might be some other setup I've forgotten)
7. `./tesu.py`

## Deploying a prod environment
I recommend using NGINX + uWSGI.