Client-side usage
Load the full Amber Smalltalk environment with the IDE in your page:
<script src="js/amber.js" type="text/javascript"></script>
<script type="text/javascript"> loadAmber()</script>
Or the deployment JavaScript file only (without the Smalltalk sources, parser, compiler and IDE):
<script src="js/amber.js" type="text/javascript"></script>
<script type="text/javascript"> loadAmber({deploy: true})</script>