Very proud and happy to develop this project! A front-end portfolio based on Argon Vue consuming APIs from GitHub and Medium! This site has all my projects (including projects that I have not yet made public) and also posts on my new blog where I will explain all the challenges to develop this. For those just starting out, I leave this public project to help you become a great professional.
- Node v12.16.3
Quick install Node
Install the dependencies and devDependencies and start the server.
# go to yours prefer dir
git clone [email protected]:DouglasMagno/profile.git
yarn install
yarn serve
This project was deployed with Github page \o/:
https://douglasmagno.github.io/profile/
But, you can deploy yourself :D
yarn deploy