Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

microsoft/TouchDevelop-backend

Repository files navigation

TouchDevelop backend

Back-end cloud service for [Touch Develop] (https://github.com/Microsoft/TouchDevelop)

Build Status

Setup

In order to build Touch Develop backend, ensure that you have Git and Node.js installed.

[Visual Studio Code] (https://code.visualstudio.com/), a free cross-platform IDE, is useful for editing (but not required). Settings files are checked in.

Clone a copy of the repo:

git clone https://github.com/Microsoft/TouchDevelop-backend.git
cd TouchDevelop-backend
npm install tsd@next -g
tsd reinstall
npm install
make

Web stuff

make docs will start a server at http://localhost:4000

Updating dependencies

azure-storage should stay at 0.6.0 unless great care is take to update azure-blob-storage.ts (there are breaking changes and we're using _putBlockBlob)

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.