diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-30 21:43:27 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-30 21:43:27 +0000 |
commit | 9b17fa01ffe27c8063b9b45a7c5ae91007d5d2fd (patch) | |
tree | 371bd8ad72be26d51207350a16c28e703469c3e9 | |
parent | acf0a5397b0d3c1a75632a31daf568b2772e5856 (diff) |
Tweaks to README
-rw-r--r-- | README.md | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -4,12 +4,11 @@ Welcome to the **Alphabet Learning Online** project! This is a Django-based e-co ## Table of Contents - [Features](#features) -- [Demo](#demo) +- [Site](#site) - [Technologies](#technologies) - [Requirements](#requirements) - [Installation](#installation) - [Usage](#usage) -- [Contributing](#contributing) - [License](#license) - [Contact](#contact) @@ -22,8 +21,8 @@ Welcome to the **Alphabet Learning Online** project! This is a Django-based e-co - User reviews and ratings for products - Responsive design for mobile and desktop users -## Demo -A live demo of the project can be found at: [alphabetlearning.online](https://alphabetlearning.online). +## Site +The live site can be found at: [alphabetlearning.online](https://alphabetlearning.online). ## Technologies This project is built using: @@ -87,21 +86,11 @@ To set up the project locally, follow these steps: ## Usage Once set up, you can browse the platform, register as a user, and start exploring the educational resources. Admin users can access the admin panel at `http://127.0.0.1:8000/admin` to manage products, orders, and users. -## Contributing -We welcome contributions to improve the Alphabet Learning Online platform! Please follow these steps to contribute: -1. Fork the repository. -2. Create a new branch for your feature or bug fix. -3. Ensure your changes are covered by tests. -4. Submit a pull request detailing your changes. - ## License This project is licensed under the GNU Affero General Public License. See the [LICENSE](LICENSE) file for more details. ## Contact For inquiries or feedback, please reach out to: -- Email: support@alphabetlearning.online - GitHub: [yulqen](https://github.com/yulqen) ---- -Thank you for your interest in Alphabet Learning Online! We hope you enjoy using and contributing to our platform. |