zebbra / zebbra.ch

zebbra website

Home Page:http://zebbra.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zebbra.ch

Setup

$ brew install hugo node
$ npm install

Development

To start the dev server and reload when changes are made, run:

$ npm run dev 

Open http://localhost:1313 to see the site.

Build

Build the site and all assets (minified)

$ npm run build

Deployment

$ git checkout -b my-new-version
$ git add .
$ git commit -m "I added ..."
$ git push -u my-new-version

Create a PR on Github and wait for netlify to build the preview-site. If happy, merge the PR into master, which will deploy the site to https://zebbra.ch

About

zebbra website

http://zebbra.netlify.com


Languages

Language:SCSS 68.5%Language:HTML 30.9%Language:TypeScript 0.5%Language:Procfile 0.1%