This application provides a user-friendly interface for accessing and interacting with the Quinoa Protocol built on the Polygon Network.
To install Quinoa-Web, you can clone this repository and install the required dependencies using yarn:
git clone https://github.com/quinoa-protocol/quinoa-web.git
cd quinoa-web
yarn install
To run the development server for Quinoa-Web,
yarn start
This will start a development server at http://localhost:3000, where you can view and test the application.
To build the production version of the application, you can use the npm run build command:
yarn build
This will create a production-ready build of the application in the build/ directory.
If you'd like to contribute to the development of Quinoa-Web, you can fork this repository and submit a pull request with your changes.