- Install el-web-sdk locally and carefully follow all README instructions.
- Clone one of the repos intended as an Web SDK module, or the starter-module repo.
- Link the module you cloned to el-web-sdk (where cloned-repo is the name of the repo cloned):
cd cloned-repo
npm link
cd ../el-web-sdk
npm link cloned-repo
3a. For our products that rely on our learning-games-core framework, please also clone that repo and follow step 3.
- Start the module. From el-web-sdk, run:
grunt --sites=cloned-repo
The site should now be running at http://localhost:3000.