Coder Social home page Coder Social logo

genjidegaulle / spy-guys Goto Github PK

View Code? Open in Web Editor NEW

This project forked from willievaldez/spy-guys

0.0 0.0 0.0 273 KB

Getting Started with Node on Heroku

Home Page: https://devcenter.heroku.com/articles/getting-started-with-nodejs

JavaScript 23.13% CSS 2.38% HTML 74.49%

spy-guys's Introduction

steps to use:

open git bash and do the following:

change into the directory you want your files to be in. (using cd command)

paste the following:

git clone https://github.com/g2valdez/spy-guys.git

cd spy-guys

heroku git:remote -a spy-guys

after making changes, check the status of git, make a local commit, and push to the github repo using the following 3 lines:

git status

git add --all

git commit -m "enter message about changes within these quotes"

git push

let us all know when you've made a commit, so that we can pull new changes to our repo. When another user has pushed, we need to update our code using the following commands:

(if you have unstaged changes):

git add --all

git commit -m "message about your recent changes"

(whether or not you have unstaged changes, you must run this):

git fetch --all

git pull

if you want to see the changes you've made, run the following command:

heroku local

and navigate to localhost:5000 in a web browser of your choice

if you want to push changes you've made to the heroku page (the page you get when you go to spy-guys.herokuapp.com), after pushing to the github repo, run the following command:

git push heroku master

spy-guys's People

Contributors

friism avatar genjidegaulle avatar hunterloftis avatar jonmountjoy avatar r0mdau avatar raul avatar samccone avatar theneva avatar zeke 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.