The first version of my portfolio website, built with Vue and D3.js, hosted on Github Pages
This requires
git
, Node.js, andyarn
installed.
- 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