This is the repository for development of TryAPL.org
The full version number is hard coded in lib/tryapl.js
The APL web service is in TAE.apln. To run it locally do
dyalog LOAD=/path/to/TAE.apln
TAE should bring in all of its dependencies automatically and serve the front end at localhost:8080.
- Development work is pushed into the master branch.
- The master branch is merged into the staging branch. Check TryAPL has successfully built in Jenkins and see the result on staging.tryapl.org
- Merge staging into the live branch.