//TODO: DÜZENLENECEK
- Node.js (version 16.x or later)
- npm or yarn
$ git clone https://github.com/Developer-MultiGroup/multigroup-event-page.git
$ cd multigroup-event-page
$ npm install
$ npm run devGeliştirme versiyonunu görmek için tarayıcınızda http://localhost:3000 adresine gidin.
Kurulum talimatları'ndaki aşamaları uygulayarak projeyi lokal ortamınızda ayağa kaldırdıktan sonra istediğiniz değişiklikleri yapabilir ve istediğiniz hataları düzelterek Pull Request gönderebilirsiniz. PR göndermek için aşağıdaki adımları takip edin:
-
Projenin bir
Fork'unu oluşturun -
Yeni bir
Brancholuşturungit checkout -b feature/your-feature # or git git checkout -b fix/your-fix -
Değişikliklerinizi yapın
-
Değişikliklerinizi
Commitolarak gönderingit add . git commit -m "feat: Add a descriptive commit message" # or git commit -m "fix: Add a descriptive commit message"
-
Değişikliklerinizi
Repository'ye yollayıngit push origin feature/your-feature
-
Pull Requestaçın Profilinizdeki bu projenin kendiFork'undan anaRepository'ye bir PR oluşturun
- Node.js (version 16.x or later)
- npm or yarn
$ git clone https://github.com/Developer-MultiGroup/multigroup-event-page.git
$ cd multigroup-event-page
$ npm install
$ npm run devVisit http://localhost:3000 in your browser to see the development version.
After setting up the project in your local environment by following the Installation Instructions, you can make any changes you want and fix any bugs by sending a Pull Request. Follow these steps to send a PR:
-
Create a
Forkof the project -
Create a new
Branchgit checkout -b feature/your-feature # or git git checkout -b fix/your-fix -
Make your changes
-
Commit your changes
git add . git commit -m "feat: Add a descriptive commit message" # or git commit -m "fix: Add a descriptive commit message"
-
Push your changes to the
Repositorygit push origin feature/your-feature
-
Open a
Pull RequestCreate a PR from your ownForkof this project in your profile to the mainRepository