Skip to content

chore: verify project structure with apps directory#16

Merged
salazarsebas merged 10 commits into
ScaffoldRust:mainfrom
salazarsebas:chore/verify-project-structure-with-apps-directory
Aug 3, 2025
Merged

chore: verify project structure with apps directory#16
salazarsebas merged 10 commits into
ScaffoldRust:mainfrom
salazarsebas:chore/verify-project-structure-with-apps-directory

Conversation

@salazarsebas

Copy link
Copy Markdown
Member

🗂️ Pull Request: Define Project Structure with apps/ Directory

Description

This PR sets up the monorepo folder structure for the Online Soroban Compiler project, separating frontend and backend logic under a unified apps/ directory. This provides a scalable foundation for future development.

Key changes

  • Created apps/ directory at project root.

  • Added apps/frontend/ and apps/backend/ subdirectories.

  • Updated .gitignore to exclude:

    • apps/frontend/dist/
    • apps/backend/dist/

How to verify

  • Confirm that the directory structure exists.
  • Check .gitignore is properly scoped for build artifacts.

@salazarsebas salazarsebas self-assigned this Aug 3, 2025
@salazarsebas
salazarsebas merged commit a7326cd into ScaffoldRust:main Aug 3, 2025
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.

Define Project Structure with apps/ Directory

1 participant