https://github.com/chesleybrown/portfolio
My personal portfolio meant to showcase the projects I've worked on and the experience I have.
https://github.com/chesleybrown/portfolio
Last synced: 14 days ago
JSON representation
My personal portfolio meant to showcase the projects I've worked on and the experience I have.
- Host: GitHub
- URL: https://github.com/chesleybrown/portfolio
- Owner: chesleybrown
- Created: 2013-10-26T19:49:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T20:44:13.000Z (over 1 year ago)
- Last Synced: 2025-04-07T10:56:17.272Z (3 months ago)
- Language: HTML
- Homepage: https://chesleybrown.ca
- Size: 8.4 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
portfolio
=========================My personal portfolio to showcase my adventures in web development.
# Running Locally
Server runs on port `8000` by default, but will use the port set
on the environment variable `PORT` if set.1. Copy `.env.dist` to `.env`
1. Set all the ENV vars in `.env`
1. Run `npm run grunt server` to start the server.## Running Tests
To execute all the tests, just run:```
npm test
```