Coder Social home page Coder Social logo

chrehall68 / harrogate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kipr/harrogate

0.0 0.0 0.0 19.36 MB

The IDE for the Wombat

License: GNU General Public License v3.0

JavaScript 10.68% HTML 87.65% CSS 0.82% Batchfile 0.01% C 0.02% Pug 0.84%

harrogate's Introduction

harrogate

The UI for the Link2

Install harrogate from source

Requirements:

  • Node.js v 4.2.4 LTS

Install dependencies: This will fetch all required npm dependencies.

cd harrogate
npm install

Robot programs requirements: These libraries are required to compile a robot program with harrogate.

  • zlib v 1.2
  • libpng v 1.6
  • libbson v 1.1
  • daylite
  • libaurora
  • MinGW (Windows) or Visual C++ Compiler (Windows)

Note: harrogate assumes that those dependencies were installed into <harrogate-dir>\..\prefix\usr\. Modify <harrogate-dir>\config.js if you installed them into a different location.

Launching gulp (development)

Gulp is used to

  • Compile the jade sources and browserify the client scripts.
  • Start the Express server
cd harrogate
gulp

Launching express server (production)

Note: Gulp needs to run before to compile jade source and browserify the client scripts.

cd harrogate
node server.js

Open the harrogate web pages

Open a web browser and navigate to http://<IP of the harrogate server>:8888 (e.g. http://127.0.0.1:8888)

Authors

  • Braden McDorman
  • Stefan Zeltner

License

harrogate is released under the terms of the GPLv3 license. For more information, see the LICENSE file in the root of this project.

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.