Tip
Everything moved to here
You are free to fork and modify the UI to your liking after you build it for production you can use it in Andigena.
This UI can be rendered on any web server not just JavaScript/TypeScript based servers
1. Build for production with your (optional) changes and place contents from /build into /public in gateserver's root directory.
git clone https://github.com/AndigenaTeam/AndigenaUI.git- Move
/builddirectory contents into your project directory (root or wherever) after you build from source. - Make 2 POST endpoints
/Api/regist_by_emailand/Api/forget_by_email(check AndigenaGate's implementation for references)
If you wish to contribute feel free to fork this repository and make a Pull Request.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.



