Skip to content

ScaffoldRust/SRust-Basic-Stellar-nextjs-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

SRust-Basic-Stellar-yarn

A scalable monorepo setup for the Scaffold Rust project using Next.js and Yarn package manager.

Project Structure

.
├── packages/
│   └── nextjs/          
└── README.md

Getting Started

Prerequisites

  • Node.js (v18 or later)
  • Yarn package manager
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/SRust-Basic-Stellar-yarn.git
cd SRust-Basic-Stellar-yarn
  1. Install dependencies:
cd packages/nextjs
yarn install
  1. Start the development server:
yarn dev

The application will be available at http://localhost:3000.

Technology Stack

  • Frontend Framework: Next.js with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • Package Manager: Yarn
  • Linting: ESLint
  • Code Formatting: Prettier

Development Guidelines

  1. Always work in feature branches
  2. Follow the TypeScript and ESLint configurations
  3. Write clean, maintainable, and documented code
  4. Keep dependencies up to date

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8