Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCZanchetta authored Jan 16, 2025
1 parent d4c8784 commit e3b6acc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Site dos Bixos 2024 🚼
# Site dos Bixos 2025 🚼

This site was developed as a tool to the reception of the electrical engineering freshmen from 2024, at EESC-USP. It's objective is to display all relevant info regarding the university.
This site was developed as a tool to the reception of the electrical engineering freshmen from 2025, at EESC-USP. It's objective is to display all relevant info regarding the university.

## Executing

1. `git clone [email protected]:sa-sel/site-bixos-2024.git`
2. `cd /path/to/site-bixos-2024/`
1. `git clone [email protected]:sa-sel/site-bixos-2025.git`
2. `cd /path/to/site-bixos-2025/`
3. `npm install`
4. `ng serve`
5. Visit [localhost:4200](http://localhost:4200) in a browser
Expand Down Expand Up @@ -41,7 +41,7 @@ Aside from that, start all your commit messages with `#<ISSUE/TASK_NUMBER> - `.
### Workflow

1. Clone the repository
2. Choose a task you want to work [in the board](https://github.com/sa-sel/site-bixos-2024/projects/1)
2. Choose a task you want to work [in the board](https://github.com/orgs/sa-sel/projects/5)
- The task must be in the 'To do' column and have no assignees
- Prioritize tasks with higher priority: enhancement < moderate < important < critical
- Check if the task has any dependencies and, if so, their dependencies were already closed
Expand Down

0 comments on commit e3b6acc

Please sign in to comment.