The first version of my portfolio website, built with Vue and D3.js, hosted on Github Pages
This requires
git, Node.js, andyarninstalled.
- Clone this repository
git clone https://github.com/samchencode/v1.git
- Install the dependencies
yarn
- Start the dev server
yarn serve
Generate a static production build
yarn build
A production build will be generated in the /docs folder.
This project was made with inspiration from bchiang7/v4