/portfolio

A site about me and my work. Built on Gridsome

Primary LanguageVue

Setup

This site is a JAMstack built with gridsome. All you need to do to get dependencies setup is:

yarn

To run a local development server:

yarn develop

Deploy

Like magic, every branch goes. The master branch is prod.

git push

Development

There's a little bit of work to get a handsome dev environment and it's a bit dependent on platform. I'm generally working on this with VS Code on a unixy system, sorry if you have trouble on Windows! The normal Vue tools are sufficient for most of it, Vetur. To get that last 10% of goodness will take substantially more work though. Refer to the docs.