Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/warborn/portfolio

My portfolio site
https://github.com/warborn/portfolio

babel bootstrap-grid es6 pugjs sass webpack

Last synced: 3 months ago
JSON representation

My portfolio site

Awesome Lists containing this project

README

        

# Repo for my personal portfolio site

You can view it live at [ivan-munguia.netlify.com](https://ivan-munguia.netlify.com/)

### Installation

Clone this repo
```sh
$ git clone https://github.com/warborn/portfolio.git
```

Install all the dependencies
```sh
$ yarn install
```

Try it on your local environment, execute the following command, wait for webpack to finish and go to http://localhost:8080/
```sh
$ yarn run start
```

### License

All code and documentation are © 2018 Iván Munguía and released under the [MIT License](LICENSE.md).