https://github.com/vroudge/portfolio
My personal portfolio
https://github.com/vroudge/portfolio
Last synced: 3 months ago
JSON representation
My personal portfolio
- Host: GitHub
- URL: https://github.com/vroudge/portfolio
- Owner: vroudge
- Created: 2016-11-30T10:14:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T10:36:13.000Z (over 8 years ago)
- Last Synced: 2025-02-05T06:34:06.226Z (4 months ago)
- Language: JavaScript
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Redux App
## Development Installation
In the project's directory, run the following commands:
```
$ make install
$ make start
```Then Visit
```
http://localhost:8081
```## Releasing to Production
You must have a `.elasticbeanstalk` directory in the project directory containing the `config.yml` for AWS.
```
$ make build
$ make deploy
```Then Visit wherever you've deployed!
## Credit
App template was based on [Lanyon Theme](https://github.com/poole/lanyon) by [mdo](https://github.com/mdo)