GithubHelp home page GithubHelp logo

kevintsang / arcusweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arcus-smart-home/arcusweb

0.0 1.0 0.0 2.6 MB

License: Apache License 2.0

JavaScript 78.80% Shell 0.10% HTML 13.08% CSS 8.00% Dockerfile 0.01%

arcusweb's Introduction

Arcus - Web Application

The Arcus Web application is built on DoneJS.

Getting started

Currently, the i2web project requires Node 8.x LTS and NPM > v3. It is recommended that you install NVM so you can easily switch between NPM versions. After installing NVM, run:

cd i2web
nvm install
nvm use

Additionally, during the initial installation, you will need SSH access to Bitbucket. Refer to this article to set up your public SSH key.

Clone the repository into a local folder. Install all dependencies using

npm install [email protected] -g
npm install
npm run bundle-dev

Running tests/linting

Tests and ESLint can be run with

npm run test

Development mode

The first time, add a host entry for:

127.0.0.1 localdev.irisbylowes.com

Then Development mode can be started with:

donejs develop

or:

npm run develop

and navigating to

https://localdev.irisbylowes.com:8443

Build and production mode

To build the application into a production bundle run

npm run build

In Unix environment the production application can be started like this:

npm run start

If you run into problems with npm run start, you may need to create a couple folders:

mkdir build
cd build
mkdir dist
cd ..
npm run start

arcusweb's People

Contributors

andrewx192 avatar msilvermanks avatar kevintsang avatar arcusadministrator avatar

Watchers

 avatar

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.