doc: update README.md

This commit is contained in:
Ryan Mwangi 2024-11-18 15:48:44 +03:00
parent ce30c36587
commit c4ad45cd08
1 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,3 @@
---
# Progodyssey Traineeship Program
Welcome to the Progodyssey Traineeship Program! This project serves as the web application for managing applications to the Progodyssey Traineeship Program, where aspiring IT professionals can apply for the program, learn, and grow in the tech industry.
@ -59,8 +57,8 @@ Example `.env` file:
```
LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers
API_KEY=your-api-key-here
LIST_ID=your-list-id-here
LISTMONK_USERNAME=listmonk-username
LISTMONK_PASSWORD=listmonk-password
PORT=3002
```
@ -93,6 +91,4 @@ If you'd like to contribute to the project, follow these steps:
2. Create a new branch (`git checkout -b feature-name`)
3. Make your changes and commit them (`git commit -am 'Add new feature'`)
4. Push to your forked repository (`git push origin feature-name`)
5. Submit a pull request
---
5. Submit a pull request