8000 GitHub - Solvro/web-umed: The web application for UMed × Solvro.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Solvro/web-umed

Repository files navigation

UMed × Solvro Web App

Introduction

This is a Next.js landing page for the UMed × Solvro Mobile Application.

https://umed.solvro.pl

Technologies used

  • Next.js
  • React.js
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
  • Tanstack Query

Links

docs.solvro.pl

Team

Here are the authors of this application:

Development

1. Clone this repo

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.

2. Install Dependencies

cd web-umed
npm install

3. Run the Project

npm run dev

4. View the Application

Open your browser and navigate to http://localhost:3000.

Working with Git

Solvro GitHub Handbook

https://docs.solvro.pl/guides/github

Building a new feature

  1. Checkout and update the main branch

      git checkout main
      git pull origin main
      git fetch
  2. Create a new feature branch

      git checkout -b feat/my_feature_branch
  3. Commit your changes:

      git add .
      git commit -m "<commit description>"
  4. Push to remote:

      git push origin feat/my_feature_branch
  5. 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.

Contact

For questions or suggestions, please reach out to us:


Thank you for reading!

About

The web application for UMed × Solvro.

Resources

License

Stars

Watchers

Forks

Contributors 5

Languages

0