README.md

Login frontend for users.

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.

Running

run ambassade run from the project root. Visit http://localhost:1234 in your browser to use the frontend.

Cross-Origin Policy

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:

Chrome/Chromium

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