Deploy Locally

In order to deploy your Agua project locally open the folder in your favorite IDE:

  • Replace in the package.json the following "scripts":

"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",

Then, inside the Terminal:

  • npm install

  • npm start

Finally, open your respective localhost tab in Google Chrome.

Need Help?

Contact us directly!

Also,

  • Check out our FAQ.

Help us improve our docs!

  • If there are any topics you'd like us to add to our documentation, please share your feedback in our Roadmap.

  • Edit this page in our GitHub Repo to fix an error or add an improvement to our documentation in a merge request.

Last updated