Git Product home page Git Product logo

rle-pcb's Introduction

PCB Automation

2017-18 Senior Design Project

How to Use Locally

  1. Ensure git is installed on your machine

  2. Clone the repository (via terminal):

git clone [git url]
cd rle-pcb
  1. Use php to serve the application locally

Ensure you are in the working directory pcb-rle

php -S localhost:8000
  1. Navigate to localhost:8000 in your browser.

How to Edit

Before making any changes, make a new branch (git branch [branch name]). Then, you can edit and test via your localhost server.

Use any source code editor you prefer (preferably meant for HTML/PHP/CSS). Atom IDE, NetBeans IDE, Sublime IDE are all good choices.

Make any changes you want, add them for staging, and commit them.

git status
git add .
git commit -m "Message describing the commit."
git push origin [branch name]

Then, via GitHub, you can make a pull request for your branch and others in the team can verify/review the changes and merge them into the master branch.

This is the industry standard technique for making changes on projects such as this.

rle-pcb's People

Contributors

zacharyasmith avatar

rle-pcb's Issues

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.