Augur’s Frontend
- To compile Augur’s frontend for deployment in a production environment (i.e., behind an nginx server), you must go through the folowing steps
Run
uv run augur config init-frontend.Enter Augur’s home directory
Run
npm install, and thennpm run buildin the frontend directory.After that, follow the instructions for configuring Augur behind Nginx.
Augur’s frontend source code can be found at <root_augur_directory>/frontend/src/. It uses Vue.js as its primary architecture framework, and Vega/Vega-Lite for its visualizations. It’s configured via the frontend.config.json file in <root_augur_directory>/frontend/.
THIS SECTION IS UNDER CONSTRUCTION.
If you have questions or would like to help please open an issue on GitHub.