Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 742 Bytes

tutorial.md

File metadata and controls

18 lines (12 loc) · 742 Bytes

Create your own activity

With Sugarizer, it's easy to create your own activity with a bunch of HTML and JavaScript. In the following tutorial you will learn from scratch how to create a full featured activity named "Pawn".

So step after step, you will learn:

  • Step 1: create the activity from a template
  • Step 2: customize icon and content
  • Step 3: add a toolbar icon
  • Step 4: handle journal and datastore
  • Step 5: localize the activity
  • Step 6: handle multi-user with presence

But let's first with the Step 0, set up the development environment.