Welcome to gho-fragola-ui, a React application built to provide a seamless interface for facilitators built on FRAGOLA.
-
Clone the Repository
git clone https://github.com/crosschain-alliance/gho-fragola-ui.git cd gho-fragola-ui
-
Install Dependencies
npm install
-
Start the Development Server
npm start
After running the above command, open your browser and navigate to
http://localhost:3000
. You should see the Gho Facilitator Crosschain UI running.
To create a production-ready build of the app, run:
npm run build
This will bundle and optimize the React app for best performance. The build artifacts will be stored in the build/
directory.
Gho Facilitator Crosschain UI is MIT licensed.
If you have any feedback or run into issues using Gho Facilitator Crosschain UI, please file an issue in the GitHub repository.