Personal Portfolio
Clone the repository, install the dependencies and start the application
git clone git@github.com:Aj-Seven/aj-seven.me.git
cd ajseven.me
npm install
npm start
# For Build and serving static pages
npm run build
npm -g install serve
serve build
Note: use the depth
parameter to reduce the clone size and speed up the clone.
git clone --depth=1 https://github.com/Aj-Seven/ajseven.me.git