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 git@github.com:Solvro/web-umed.git
Note
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 install
npm run dev
Open your browser and navigate to http://localhost:3000.
https://docs.solvro.pl/guides/github
-
Checkout and update the
main
branchgit 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: kn.solvro@pwr.edu.pl
- 🌐 Website: solvro.pwr.edu.pl
- 📘 Facebook: KN Solvro
Thank you for reading!