Code Monkey home page Code Monkey logo

antico-regular's Introduction

Helium Base Template (ALPHA)

About

Helium is an initiative to open up the Thought Industries architecture, providing customers and partners with rich capabilities and technologies to more easily customize and extend the Customer Learning Cloud to meet unique business needs. Helium enables designers and developers to fully customize front-end learning experiences and content types; extend learning delivery to more devices and applications; and eventually share learning courses and applications via a Thought Industries marketplace.

Commands

authenticate

$ npm run authenticate -- [-k]

Authenticates a new project by validating against your Thought Industries instance and writing your ti-config.json. Note: re-running the command will overwrite existing data in your ti-config.json

Options

-k, -insecure (optional)

Used when the Thought Industries instance is behind an untrusted SSL certificate (e.g., local development).

dev

$ npm run dev -- [i] [p] [-k]
$ npm run dev -- sandbox 3000 -k

Starts up the development server for your project.

Options

-i, -instance (optional)

Which instance from your ti-config.json file to be used, as noted by the instance nickname provided during initialization. If no instance is specified, the first instance in the instances array will be used.

-p, -port (optional)

Which port the server should listen on. Default is 3000.

-k, -insecure (optional)

Used when the Thought Industries instance is behind an untrusted SSL certificate (e.g., local development).

deploy

$ npm run deploy -- <i> [-k]
$ npm run deploy -- sandbox -k

Builds and deploys the project

Options

-i, -instance (required)

Which instance from your ti-config.json file to be used, as noted by the instance nickname provided during initialization. If no instance is specified, the first instance in the instances array will be used.

-k, -insecure (optional)

Used when the Thought Industries instance is behind an untrusted SSL certificate (e.g., local development).

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.