portfolio-2018

A design portfolio to showcase a few projects.

Usage no npm install needed!

<script type="module">
  import portfolio2018 from 'https://cdn.skypack.dev/portfolio-2018';
</script>

README

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