Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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``.