This project is a template for creating new projects with a standardized structure and configuration. It includes a set of predefined files and folders that are commonly used in software development, making it easier to get started with a new project.
This template includes the following apps and packages:
- web: A web application built with React.
- docs: Documentation for the project.
- eslint-config: A collection of internal ESLint configurations.
To get started with this template, follow these steps:
- Clone the repository.
- Install the dependencies using your preferred package manager.
- Start developing your project by modifying the existing files and adding new ones as needed.
- Run
bun devto start the development server for the web and docs apps using turborepo.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is dual-licensed under the MIT and Apache 2.0 licenses. See the LICENSE-MIT and LICENSE-APACHE files for more details.