Giter VIP home page Giter VIP logo

panda's Introduction

Remote deployment link

http://panda.eba-gaci4fx8.us-west-2.elasticbeanstalk.com/

Getting Start(to read what already have

(for linux please do docker-compose, for mac please do docker compose without "-")

  1. build
$ docker-compose build
  1. drop and recreate and migrate db
$ docker-compose run web rake db:drop db:create db:migrate

if you wish to use seed file, run

$ docker-compose run web rake db:drop db:create db:migrate db:seed
  1. start the server
$ docker-compose up
  1. put http://0.0.0.0:3000/ in browser, press RETERN

Main workflow to start contribution

  1. create your branch locally
$ git branch [username]/[branchname]
  1. see if your branch created locally
$ git branch
  1. go to your branch
$ git checkout [username]/[branchname]
  1. make edits to web content
  2. git add your change
$ git add .
  1. make your message
$ git commit -m "[your message]"
  1. git push
$ git push origin [your branch]
  1. open new pull request On GitHub page Pull Requests -> new pull request -> change field to "base:main branch <- compare:[yourbranch]"
  2. put some message in message box
  3. ask for at least 1 reviewer to approve (your teammate)
  4. resolve any conflict in local by typing this in your console
git pull origin main --rebase

Then in the source control on the leftside bar of VSCode, follow the prompt to accept incoming/current change add all change make a commit

$ git push origin [yourbranch] --force-with-lease
  1. click merge button in browser to main branch

panda's People

Contributors

realkaiwenli avatar zephyrz73 avatar xinleif666 avatar zoeyzyzyzy avatar brandonbu98 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.