Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evanxg852000/evanxg852000.github.io

Collection of my thoughts
https://github.com/evanxg852000/evanxg852000.github.io

cpp javascript laravel nodejs php python react redux

Last synced: about 14 hours ago
JSON representation

Collection of my thoughts

Awesome Lists containing this project

README

        

# evanxg852000.github.io
Collection of my thoughts

# run on docker
```bash
docker run --rm -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve

# site available on: http://localhost:4000
```