Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/warborn/portfolio
- Owner: warborn
- License: mit
- Created: 2017-08-13T04:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T21:13:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T01:38:05.918Z (4 months ago)
- Topics: babel, bootstrap-grid, es6, pugjs, sass, webpack
- Language: CSS
- Size: 1.99 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).