saber portfolio starter
1.0.0
A simple portfolio starter theme for Saber. Based on the Gridsome Portfolio Starter
https://saber-portfolio-starter.netlify.com
I understand that I'm not following the recommended way to create themes in Saber. I personally think that cloning it from a repo with saber already installed is a much faster workflow.
git clone https://github.com/drehimself/saber-portfolio-starter.git
cd saber-portfolio-starter
yarn
yarn saber
to start a local dev server at http://localhost:3000
.yarn saber build
to build for production locally into a public
folder. You can use yarn saber serve
to serve it.