updated README.md
This commit is contained in:
19
README.md
19
README.md
@@ -6,7 +6,6 @@ Welcome to **School Planner**, a comprehensive tool designed to help manage clas
|
|||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Usage](#usage)
|
|
||||||
- [Statistics](#statistics)
|
- [Statistics](#statistics)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
@@ -59,3 +58,21 @@ To get started with **School Planner**, follow these simple installation steps:
|
|||||||
```bash
|
```bash
|
||||||
uvicorn main:app --reload --host 0.0.0.0
|
uvicorn main:app --reload --host 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
|
## Commit Statistics 📈
|
||||||
|
|
||||||
|
- **Last Commits**: 
|
||||||
|
|
||||||
|
## Contributing 🌱
|
||||||
|
|
||||||
|
We welcome contributions from the community! To contribute to **School Planner**, follow these steps:
|
||||||
|
|
||||||
|
1. Fork the repository.
|
||||||
|
2. Create a new branch (`git checkout -b feature-name`).
|
||||||
|
3. Make your changes and commit (`git commit -am 'Add new feature'`).
|
||||||
|
4. Push to the branch (`git push origin feature-name`).
|
||||||
|
5. Create a pull request to the main branch.
|
||||||
|
|
||||||
|
## License 📝
|
||||||
|
|
||||||
|
**School Planner** is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
|
||||||
|
Reference in New Issue
Block a user