Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1022 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1022 Bytes

Awala Codelabs

Codelabs for Awala service providers. A live version is available on codelabs.awala.network.

Setup

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

Repository organisation

/codelabs

/codelabs contains the source code for the codelabs, which are to be processed by Claat.

/site

/site is a fork of https://github.com/googlecodelabs/tools/tree/master/site. See #1.

Development

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/.