Documentation website for Nameko, a microservices framework for python
- Node: install version 8.4 or greater https://nodejs.org/en/download/
- Yarn: https://yarnpkg.com/lang/en/docs/install/
- Clone the repo
cd /path/to/repoto go into the project rootyarn installto install the sites dependencies
yarn run developto start the hot-reloading development server (powered by Gatsby)open http://localhost:8000to open the site in your favorite browser
yarn run buildto build the site in prod mode