personal-site by igeligel
Nuxt.js webage portfolio of myself
- Clone the repository
- Run
yarn
For development:
- Run
yarn develop
- Open your browser using the url: http://127.0.0.1:3000/
For production:
- Run
yarn run build
- Use the files under the
dist
folder and host them. Its a complete static site so it is really easy to deploy.
Wanted to try out gatsby and created a new portfolio because the old one was really bad.
personal-site is realeased under the MIT License.