Giter VIP home page Giter VIP logo

opent2t.github.io's Introduction

Open Translators to Things Site

Repo for the http://www.opentranslatorstothings.org site. For general discussions around Open Translations to Things, please use the issue list in this repo. Otherwise, use the associated issues list of each repo on GitHub/OpenT2T.

This README will help get you started developing in this repo.

Install Tools

Get your dev environment set up (PC or Mac):

We use Bower as a package manager. Bower is a command line utility. Install it globally with npm. Bower requires node, npm and git.

$ npm install -g bower

Get Source

Next, clone this repo to your local machine to get started. Navigate to the directory where you want to clone the repo to locally, then run:

$ git clone https://github.com/opent2t/opent2t.github.io.git

Get Dev Dependencies

You will need to install various dependencies to help in your dev workflow, since these are not in git. The development process is driven by node, and the following command will install the dev dependencies (e.g. a development server).

$ npm install

Start Developing

Congratulations, you are now set up for the basic development workflow! Just run:

$ gulp

The browser will launch, with the site hosted locally. As you make changes to the source, the app will live-reload in the browser to reflect your changes.

Common Development Workflows

Here are some workflows you might find useful during development:

  1. gulp : runs the dev web server (with live reload)
  2. bower install component-name --save : downloads and installs a component, which can be used in the site

Create a Pull Request

Made any changes we should consider? Send us a pull request! Check out this article on how to get started.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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.