VS Code / Atom One Dark inspired developer portfolio app. 😊
Forked from https://github.com/caglarturali/caglarturali.github.io.bak.
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
-
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