diff --git a/apps/cli/README.md b/apps/cli/README.md index 14be5fe..83d8b10 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -1,30 +1 @@ -# My TypeScript Project - -This is a TypeScript project that demonstrates the usage of Prettier for code formatting. - -## Getting Started - -To get started with this project, follow the steps below: - -1. Clone the repository. -2. Install the dependencies by running `pnpm install`. -3. Build the project by running `npm run build`. -4. Start the application by running `npm start`. - -## Project Structure - -The project has the following files: - -- `src/index.ts`: This file is the entry point of the TypeScript project. It can contain the main logic of your application. -- `.prettierrc`: This file is the configuration file for Prettier. It specifies the formatting rules for your code. -- `tsconfig.json`: This file is the configuration file for TypeScript. It specifies the compiler options and the files to include in the compilation. -- `package.json`: This file is the configuration file for npm. It lists the dependencies and scripts for the project. -- `README.md`: This file contains the documentation for the project. - -## License - -This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information. - -``` - -``` +# Work in Progress 🚧