kapstok
Jan Allersmamaintainer
Since this repository is part of an example, cloning this project is not that useful without the rest of the example packages. See the example folder for the complete example.
This is an example Ambassade package used as demonstration for Ambassade's capabilities.
run ambassade run
from the project root.
Visit http://localhost:1234
in your browser to use the frontend.
Because this example was made in very little time, the Cross-Origin policy block hasn't been fixed. Therefore, you have to disable CORS on modern browsers:
From a UNIX terminal:
chrome-browser --disable-web-security --user-data-dir="" # for chrome users chromium-browser --disable-web-securiy --user-data-dir="" # for chromium users
about:config
in your browser.security.fileuri.strict_origin_policy
.false
.NOTE: Do not forget to revert the changes when you are done with the example.