Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidpl/droidpl.github.io
Personal site at https://droidpl.me
https://github.com/droidpl/droidpl.github.io
Last synced: 6 days ago
JSON representation
Personal site at https://droidpl.me
- Host: GitHub
- URL: https://github.com/droidpl/droidpl.github.io
- Owner: droidpl
- Created: 2019-12-31T14:18:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T11:12:53.000Z (over 4 years ago)
- Last Synced: 2024-12-15T23:43:45.674Z (2 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# droidpl.github.io
Personal site at https://droidpl.me
## Build the site
To build this site I used [gitfolio]().
Prepare the dependencies running:
```bash
./bin/bootstrap
```Build it using this command:
```
./bin/serve
```If you want to serve it use:
```bash
./bin/build
```It will serve the site on ``localhost:5000``.