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/repo
to go into the project rootyarn install
to install the sites dependencies
yarn run develop
to start the hot-reloading development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browser
yarn run build
to build the site in prod mode