# install hugo
brew install hugo
# clone the repo
git clone [email protected]:ottemo/developer.ottemo.io
# intialize and download the themes and plugins
git submodule update --init --recursive # to init and grab all submodules
# to update the themes or plugins later use
git submodule update --recursive
# run with the current theme chosen
hugo server
Then browse to your localhost
# install firebase tools
npm install -g firebase-tools
# authenticate to firebase using your ottemo creds
firebase login
Only do this if your PR is accepted and reviewed, please. This command pushes your changes to production.
hugo && firebase deploy