Personal Portfolio VSCode Theme
LIVE DEMO
Personal portfolio website built using ReactJS and having themes like Visual Studio Code and Atom One Dark Theme.
How to run locally?
Make sure you have Node and git installed.
-
Clone the repo:
git clone https://github.com/muhammedia/VScode.git cd VSCode
-
Install the dependencies:
npm install
-
Fire up a development server:
npm start