we're using Hugo to make a statically served online storefront
To contribute:
- Clone the site:
git clone https://github.com/pastriesbygrey/pastries-by-grey-com/
cd
to the directory you downloaded it in, and download the theme submodules:
cd ./pastries-by-grey-com/
git submodule update --init --recursive
- Install hugo
- via
brew
:brew install hugo
- via
scoop
:scoop install hugo
- Lastly you can run
hugo serve
and open to view the site in your browser!