/vscode_portfolio

vscode themed portfolio website

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

What's this?

VS Code / Atom One Dark inspired developer portfolio app. 😊

Forked from https://github.com/caglarturali/caglarturali.github.io.bak.

How to ...

... run locally?

Make sure you have Node and git installed.

  • Clone the repo

    git clone https://github.com/muhammad-zulfikar/vscode_portfolio.git
  • Install the dependencies

    npm install
  • Fire up a development server

    npm start

... push to GitHub pages?

  • Install gh-pages

    npm install gh-pages --save-dev
  • Change the homepage script link in package.json to your username and repository name.

    "homepage": "http://muhammad-zulfikar.github.io/vscode_portfolio",
  • Deploy

    npm run deploy

Credits