- Stage 0
- @dherman
- @caridy
You can view the spec rendered as HTML.
A shim implementation of the Realm API can be found here.
And you can play around with the Shim here.
The source for the spec text is located in spec/index.emu and it is written in ecmarkup language.
When modifying the spec text, you should be able to build the HTML version in
index.html
by using the following command:
npm install
npm run build
open index.html
Alternative, you can use npm run watch
.