Codelabs for Awala service providers. A live version is available on codelabs.awala.network.
You need the following system requirements:
- Node.js.
- Go.
Then you need to install the Node.js and Go dependencies. If you run Linux or macOS, you can just run the script bin/setup.sh
. If you use Windows, run:
go get github.com/googlecodelabs/tools/claat
cd site
npm install
/codelabs
contains the source code for the codelabs, which are to be processed by Claat.
/site
is a fork of https://github.com/googlecodelabs/tools/tree/master/site. See #1.
To work on codelabs locally, run the following commands from the root of this repository:
cd site
node_modules/.bin/gulp serve
Then visit http://localhost:8000/.