🚀 LARS to CARS Demo

From Local Development to Cloud Deployment

LARS (Local) CARS (Cloud)

What is this demo?

This is a simple static website demonstrating the workflow from LARS (Local Automated Runtime System) to CARS (Cloud Automated Runtime System) for BSV frontend development.

🔧 Local Development (LARS)

Currently running locally with LARS:

npx lars start

This command:

☁️ Cloud Deployment (CARS)

To deploy to production:

cars build cars release now

This will:

📁 Project Structure

lars-cars-demo/ ├── deployment-info.json ← LARS/CARS configuration ├── package.json ← Root dev dependencies ├── .gitignore ← Git ignore rules ├── env.example ← Environment variables template └── frontend/ ← Static site files ├── index.html ← This page ├── package.json ← Frontend dependencies └── styles.css ← Additional styles

🎯 Next Steps

To complete the demo:

  1. Install CARS CLI: npm install -g @bsv/cars-cli
  2. Register project: cars
  3. Top up balance with BSV
  4. Build and deploy: cars build && cars release now
  5. Add custom domain (optional)