Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```