My personal portfolio to showcase my adventures in web development.
Server runs on port 8000
by default, but will use the port set
on the environment variable PORT
if set.
- Copy
.env.dist
to.env
- Set all the ENV vars in
.env
- Run
npm run grunt server
to start the server.
To execute all the tests, just run:
npm test