0.1.3 • Published 7 years ago
portfolio-2018 v0.1.3
Personal portfolio

A design portfolio to showcase a few projects.
Install & run
Make sure you have npm and yarn installed. Install dependencies with:
yarnOnce it's done start up a local server with:
yarn startNot included
API keys not included, in case you dudes are trying to be sneaky beaky. If you want to try the Firebase contact form, edit /src/config.json to contain your Firebase project's config like so:
// In src/config.json
{
  "firebase": {
    "apiKey": "yourkey123",
    "databaseURL": "https://domain.firebaseio.com",
    "projectId": "proj-id",
  }
}