stsnx / Gypoo_Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Frontend for "Gypoo" application 🌅🏨

Gypoo is a hotel recommendation and booking web application currently under development

Project Setup 🧰⚙️

  • [] npm install to install all npm package this project dependencies
  • [] npm run start to run the project in development mode
  • [] Open http://localhost:3000 to view it in the browser

How to contribute to this project for Collaborator 👥

First time

  • [] create a folder for the project
  • [] open cmd in the created folder
  • [] use git clone https://github.com/SroLyQ/Gypoo_Backend.git to clone the project in the folder
  • [] use git checkout -b your-branch-name to create your branch

Before every work

  • [] git pull origin master to update the work in your local folder

After every work

  • [] git pull origin master to update the work in your local folder
  • [] git add .
  • [] git commit -m "commit-message"
  • [] git push -u origin your-branch-name
  • [] Then go to github repo to pull request then wait
  • [] Contact @KJ or @Boom for code review before merges

⚠️If any problem occur contact @KJ⚠️

About


Languages

Language:TypeScript 96.2%Language:JavaScript 3.3%Language:HTML 0.4%Language:CSS 0.2%