Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
/ AndigenaUI Public archive

UI for Andigena's embedded browser made in react.

License

Notifications You must be signed in to change notification settings

TwintailTeam/AndigenaUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndigenaUI

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

How to use in production

1. Build for production with your (optional) changes and place contents from /build into /public in gateserver's root directory.

Preview

Register page

register page

ForgetPassword page

forgetpassword page forgetpassword page2

Announcement page

announcement page

Packages

Integrate in your server

  1. git clone https://github.com/AndigenaTeam/AndigenaUI.git
  2. Move /build directory contents into your project directory (root or wherever) after you build from source.
  3. Make 2 POST endpoints /Api/regist_by_email and /Api/forget_by_email (check AndigenaGate's implementation for references)

Contributing

If you wish to contribute feel free to fork this repository and make a Pull Request.

Available Scripts

npm start

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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

UI for Andigena's embedded browser made in react.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages