Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lilanga/resume

My resume :)
https://github.com/lilanga/resume

Last synced: 25 days ago
JSON representation

My resume :)

Awesome Lists containing this project

README

        

# Resume

My resume

## Running on local machine

Follow the [official documentation](https://jekyllrb.com/docs/step-by-step/01-setup) to install Jeykll

* Install required ruby gems

```bash
bundle install
```

* Serve the site locally

```bash
bundle exec jekyll serve
```

* Navigate to `http://localhost:4000`