This is the VueJS version of the previous design of my personal website which is based on Jekyll and Stream UI. It pulls data from Heroku using a fake REST API built using json-server.
- Install Git.
- Clone the repository to your local machine.
- Install Node.
- Install Yarn.
- Run
yarn installto install dependencies through terminal/CLI program. - Run
yarn run servethrough your favorite CLI program.
Note: I suggest using package manager to install Git, Node and Yarn. You can use Homebrew if you're on a Mac or Linux/WSL, Scoop if you're on Windows.
- Bug fixes and cleanup