562 B
562 B
❓ Frequently Asked Questions
Q: What does this project do?
A: This project is a [brief explanation] that helps you [achieve a goal] by [key functionality].
Q: How do I build the project?
A: Use Maven:
mvn clean install
Q: Bullets example
A: Unordered bullet:
- Main item
- Sub item 1.1
- Sub item 1.2
- Second item
- Sub item 2.1
- Sub item 2.2
A: Ordered bullet:
- Write documentation
- Fix bug in login flow
- Deploy to production
OR
- First step
- Second step
- Third step