Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T20:44:13.000Z (about 1 year ago)
- Last Synced: 2023-11-02T21:32:34.943Z (about 1 year ago)
- Language: HTML
- Homepage: https://chesleybrown.ca
- Size: 8.4 MB
- Stars: 2
- Watchers: 1
- 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
```