/rmn-website

Rakuten Mindfulness Network website

Primary LanguageCSS

Rakuten Mindfulness Network website

This website is based on Hugo (http://gohugo.io/) an open-source static site generator.

Install Hugo

Local development

  • git clone this repository
  • hugo && hugo serve: this will build the website and start a webserver listening to http://localhost:1313

Deployment

  • At the moment this website is set to be automatically deployed on Netlify every time the code is pushed to this repository (master branch).