A scalable monorepo setup for the Scaffold Rust project using Next.js and Yarn package manager.
.
├── packages/
│ └── nextjs/
└── README.md
- Node.js (v18 or later)
- Yarn package manager
- Git
- Clone the repository:
git clone https://github.com/yourusername/SRust-Basic-Stellar-yarn.git
cd SRust-Basic-Stellar-yarn
- Install dependencies:
cd packages/nextjs
yarn install
- Start the development server:
yarn dev
The application will be available at http://localhost:3000
.
- Frontend Framework: Next.js with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Package Manager: Yarn
- Linting: ESLint
- Code Formatting: Prettier
- Always work in feature branches
- Follow the TypeScript and ESLint configurations
- Write clean, maintainable, and documented code
- Keep dependencies up to date
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.