Official Website
Aplikacja jest owocem współpracy członków Koła Naukowego Solvro oraz Samorządu Studenckiego Politechniki Wrocławskiej. Stanowi oficjalny kanał komunikacji pomiędzy organizatorami wydarzenia oraz jego uczestnikami. Jej celem jest szybkie i wygodne dostarczenie wszelkich niezbędnych informacji dla imprezowiczów - bez potrzeby przeszukiwania social mediów. Harmonogram, mapa, artyści - wszystko w jednym miejscu! Co więcej, dzięki integracji z profilem na Facebooku organizatora, aplikacja zapewnia, że wszyscy uczestnicy zawsze będą na bieżąco ze wszystkim, co dzieje się wokół Juwenaliów.
This app is the result of collaboration between members of the Solvro Science Club and the Students' Union of Wrocław University of Science and Technology. It serves as the official communication channel between the event organizers and its participants. Its main goal is to quickly and conveniently provide all the essential information for festival goers - without the need to search through social media. Event schedule, map, artists - all in one place! What's more, thanks to integration with the organizer's Facebook account, we ensure that you will always stay up-to-date!
- @Octopus4344 - Frontend Techlead
- @JanGolenski - Project Manager
- @Adriskk - UI/UX Designer, Frontend Developer
- Basia Cząstkiewicz - UI/UX Designer
- @kguzek - Frontend Developer
- @jedryczkatymon - Frontend Developer
- @GTR1701 - Frontend Developer
- @zeolsem - Frontend Developer
- @Konzum59 - Frontend Developer
- @czaja307 - Devops
- Next.js
- React.js
- TypeScript
- Tailwind CSS
- Coolify
git clone https://github.com/Solvro/web-juwenalia.git
cd web-juwenalia
npm install
Create an .env
file with the following content:
FACEBOOK_ACCESS_TOKEN=
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
npm run dev
Open your browser and navigate to http://localhost:3000.
https://docs.solvro.pl/guides/github
If you are a Windows user, follow this tutorial to connect via SSH
- Checkout and update main branch
git checkout main
git pull origin main
git fetch
- Create new feature branch
git checkout -b feat/x_my_feature_branch
'x' stands for issue number; this command will create and checkout a new branch named feat/x_my_feature_branch
- Commit your changes:
git add .
git commit -m "<description>"
- Push to remote:
git push origin feat/x_my_feature_branch
- Create a Pull Request on GitHub and wait for a review
-
Do not push directly to main branch!
-
Please remember to commit before checking out to a different branch
-
Clean up after a successful merge
git branch -d feat/x_my_feature_branch git push origin --delete feat/x_my_feature_branch
For questions or suggestions, please reach out to us:
- ✉️ Email: kn.solvro@pwr.edu.pl
- 🌐 Website: solvro.pwr.edu.pl
- 📘 Facebook: KN Solvro
Thank you for reading! Stay tuned for more updates!