Setup

Run

npm install
npm run dev

Deploy

npm run build
git add dist -f 
git commit -m "..."
git subtree push --prefix dist origin gh-pages