Coverage Status Build Status

Customizable portfolio

Node version : 8

Provides a way for someone to update their portfolio page. Pretty much like squarespace or adobe portfolio.

Development

Initialize

npm install

create your not-secrets.json config file in the root.

not-secrets.json

{
  "username" : "user",
  "password" : "password",
  "useAuth"  : false
}

Start dev server

npm run start:dev

Start prod server

npm start

User Instructions

Go to <your host>/edit to view the edit portion.

Go to <your host> for person view