This is the main user interface developed in React, which works in conjunction with the Taxonomy Editor API.
This project was initially setup using Create React App, but was migrated to Vite. Its documentation might be useful.
See this guide for more information.
For frontend code formatting, we added Prettier and Husky, these tools will automatically format your files on every commit. In case you want to use them you need to locally install the frontend dependencies and have node and npm in you computer.
cd taxonomy-editor-frontend
npm i
The frontend should be available at the URL http://ui.taxonomy.localhost:8091
.
You should be able to view the homepage of Taxonomy Editor.