Skip to content

add full-stack development setup guide#382

Merged
OSEH-svg merged 2 commits intoAgora-Events:mainfrom
Chigybillionz:docs/fullstack-development-setup-guide
Mar 30, 2026
Merged

add full-stack development setup guide#382
OSEH-svg merged 2 commits intoAgora-Events:mainfrom
Chigybillionz:docs/fullstack-development-setup-guide

Conversation

@Chigybillionz
Copy link
Copy Markdown
Contributor

closes #366

Summary

This PR adds a new root-level DEVELOPMENT_SETUP.md guide that walks contributors through the full local setup for Agora from zero to a running full-stack environment.

The guide covers:

  • Prerequisites for Node/pnpm, Rust/Cargo, Docker, sqlx-cli, and Soroban CLI
  • Starting PostgreSQL with Docker
  • Running backend migrations and starting the Axum server
  • Starting the Next.js frontend
  • Running local contract tests
  • A master list of env example files that need attention
  • Health verification steps for confirming the system is running correctly

What Changed

  • Added DEVELOPMENT_SETUP.md at the repository root
  • Linked contributors to the existing README files for deeper dives into:
    • apps/web
    • server
    • contract

Why

This creates a single, definitive onboarding guide for first-time contributors who need to get the entire local stack running without jumping between multiple docs.

Verification

Verified the document covers:

  • apps/web
  • server
  • contract

And includes:

  • setup prerequisites
  • step-by-step execution order
  • env file guidance
  • health endpoint checks

Closes #366

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

@Chigybillionz is attempting to deploy a commit to the oseh-svg's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@Chigybillionz Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agora-web Ready Ready Preview, Comment Mar 30, 2026 0:03am

@OSEH-svg OSEH-svg merged commit 665a77a into Agora-Events:main Mar 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Full-Stack Development Setup Guide

2 participants