Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evanxg852000/evanxg852000.github.io
- Owner: evanxg852000
- License: apache-2.0
- Created: 2017-07-15T11:39:43.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T11:08:42.000Z (10 months ago)
- Last Synced: 2024-04-16T00:19:49.437Z (7 months ago)
- Topics: cpp, javascript, laravel, nodejs, php, python, react, redux
- Language: CSS
- Homepage: http://evanxg852000.github.io
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```