Quick Start
Get up and running with Arbi's infrastructure in minutes.
Prerequisites
- Git installed
- Docker and Docker Compose
- GitHub account
- SSH access to deployment server (for production)
Clone a Project
Run Locally
Visit http://localhost:3000 to see the app running.
Deploy with Docker
# Build the image
docker build -t my-project .
# Run the container
docker run -d -p 3000:3000 my-project
Set Up CI/CD
- Create a new repository on GitHub
- Add GitHub Secrets (see CI/CD docs)
- Push your code
- GitHub Actions handles the rest!
Next Steps
- Explore the Infrastructure documentation
- Learn about Docker setup
- Read Best Practices