This is a Next.js landing page for the UMed × Solvro Mobile Application.
- Next.js
- React.js
- TypeScript
- Tailwind CSS
- shadcn/ui
- Tanstack Query
Here are the authors of this application:
- Konrad Guzek - Frontend Tech lead
- Michał Banaszkiewicz - Frontend Dev
- Norman Wiese - Frontend Dev
- Apolonia Abramowicz - Web App Template Author
git clone [email protected]:Solvro/web-umed.gitNote
If you are not in the Solvro organization, you will need to create a fork through GitHub and clone that instead.
cd web-umed
npm installnpm run devOpen your browser and navigate to http://localhost:3000.
https://docs.solvro.pl/guides/github
-
Checkout and update the
mainbranchgit checkout main git pull origin main git fetch
-
Create a new feature branch
git checkout -b feat/my_feature_branch
-
Commit your changes:
git add . git commit -m "<commit description>"
-
Push to remote:
git push origin feat/my_feature_branch
-
Create a Pull Request on GitHub and wait for @kguzek to review your code! A preview deployment of your changes will be live at https://[pull_request_id].umed.solvro.pl.
For questions or suggestions, please reach out to us:
- ✉️ Email: [email protected]
- 🌐 Website: solvro.pwr.edu.pl
- 📘 Facebook: KN Solvro
Thank you for reading!
