☝️ One-click deployment service on the top of Arweave.
Important Notice: ArGo is in its Alpha stage. If you have a suggestion, idea, or find a bug, please report it! The ArGo team will not be held accountable for any funds lost.
ArGo is a one-click ☝️ deployment service platform on top of Arweave Permaweb. It offers a Vercel-like seamless experience for the developer to deploy web apps to Arweave Permaweb directly from the ArGo dashboard.
Note: Our current latest stable branch is dev. After clone make sure to checkout to dev branch
Follow these easy steps to run ArGo in your machine:
- Clone repo in your local
npm install
npm start
ArGo Web App will start running on http://localhost:3000/
Note: To run the app you need to run our api, you can follow the api setup provided in argoapp-live/argo-api
- Fork or Clone this repository
git clone https://github.com/argoapp-live/argo-react.git
- Docker build -
docker build -t argo-react .
- Docker run -
docker run -p 3000:3000 argo-react
Any contributions are very much welcomed. Feel free to fork and make a PR with any additions (or fixes)!
Reach out to @rekpero#3898 on the ArGo Discord (https://discord.gg/HTMqYAm) or head to the #contributors-forum channel for further discussion!