forked from sa-sel/site-bixos-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4c8784
commit e3b6acc
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|