yasvg / custom-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 97.8%Language:CSS 1.6%Language:HTML 0.4%Language:Dockerfile 0.2%