Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/val92130/portfolio---old
https://github.com/val92130/portfolio---old
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/val92130/portfolio---old
- Owner: val92130
- Created: 2017-05-05T08:01:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T14:01:57.000Z (over 7 years ago)
- Last Synced: 2024-10-30T11:12:18.553Z (2 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
## Run using docker
```bash
$ docker build -t portfolio .
$ docker run -p 80:3000 portfolio
```