Running the latest (non released) version
This setup is not recommended. Only use this section if you want to test features of a rumbas version that is not yet released.
Log in to your Github account (or create one if you don't have one yet).
Click on the following link to open the examples of this book in Github Codespaces. You can then run the examples in the browser.
Github Codespaces will do the following:
- Build the latest rumbas version, this might take a few minutes.
- Open a visual studio code window in the browser
- Open the main folder of the rumbas repo
What should you do:
- Click on the menu ocon in the left top corner.
- Go to 'File' -> 'Open folder'.
- Select one of the subfolders of the /workspaces/rumbas/examples folder.
- The codespace will reload.
- All exams and questions in the folder will be compiled.
- You can use the installed Live Server extension to show the generated exams. Click on the 'Go Live' button in the right bottom corner.
- You can use the 'Open folder' trick again to open a different example.
- You can close the codespace by clicking on 'Codespaces' in the left bottom corner and then clicking on 'Stop current codespace'.
- After closing the codespace, you can open it again by going to https://github.com/codespaces and it will be in the same state as before.