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

https://github.com/wkentaro/wkotaro.github.io

My personal page.
https://github.com/wkentaro/wkotaro.github.io

Last synced: 6 months ago
JSON representation

My personal page.

Awesome Lists containing this project

README

          

# wkotaro.github.io

My personal page is [here](http://wkotaro.github.io).

## Usage

```bash
mkdir -p ~/Projects
cd ~/Projects
git clone https://github.com/wkotaro/wkotaro.github.io.git
cd wkotaro.github.io

# terminal 1
python views.py

# terminal 2
open http://localhost:5000
vim templates/index.html # edit your profile
```