Code Monkey home page Code Monkey logo

nomad's Introduction

#Nomad - A platform for lazy travelers and planners

Getting started (one time)

  • Make a folder with a name of your choice
  • cd into the folder you've just made
  • clone source files from github -> git clone https://github.com/KevinSia/Nomad
  • run rake db:create
  • run rake db:migrate
  • run rake db:seed
  • Done! :)

Develop!

  • Before you start, make sure you run the following:
    • switch to master
      • git checkout master
    • get latest changes made by other teammates from master
      • git pull origin master
    • if there are conflicts (will be shown after pulling), inform other teammates.
    • install the gems
      • bundle install
    • do unfinished migration
      • rake db:migrate
    • Done! :)
  • Always make a new branch before starting to work on a new feature
    • Make sure you're making a new branch from master branch
      • git branch
    • Create a new branch
      • git checkout -b <type>/<description>
      • Eg: git checkout -b user/sign_in
    • Commit often with a meaningful commit message that tells what you've done for this commit
    • Once done, add, commit and push to Github
      • git push origin <branch-name>
      • Eg: git push origin user/sign_in
      • Do not push/merge into master without making a pull request
  • Something to do before pushing to Github
    • git status to see files that you have made changes on
    • git diif HEAD to see lines of codes that you have added/deleted

nomad's People

Contributors

kevinsia avatar eesniv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.