0.1.3 • Published 6 years ago

portfolio-2018 v0.1.3

Weekly downloads
10
License
-
Repository
-
Last release
6 years ago

Personal portfolio

Site preview

A design portfolio to showcase a few projects.

Install & run

Make sure you have npm and yarn installed. Install dependencies with:

yarn

Once it's done start up a local server with:

yarn start

Not 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",
  }
}