GithubHelp home page GithubHelp logo

dougucn / lane-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.73 MB

Client for LANE, the Los Alamos Neutron EDM main control system and environmental monitoring system

JavaScript 7.71% HTML 0.41% TypeScript 89.20% CSS 0.06% Shell 2.63%

lane-client's Introduction

LANE client

1. Getting started

Begin by cloning the repository:

git clone https://github.com/dougUCN/LANE-client.git

2. LANL Proxy settings

If not installing on a LANL computer, skip to the next step

To set npm proxy settings for LANL, run

npm config set proxy http://proxyout.lanl.gov:8080
npm config set https-proxy http://proxyout.lanl.gov:8080 # Yes, the address should be http

3. Installing FE dependencies

In the client directory, run

npm install

then run any one of the below 3 steps

npm run generate        # BE server needs to be running at http://127.0.0.1:8000/graphql/
# or
npm run generate:local # BE repository with the name `*server` needs to be cloned in the same directory that LANE-client is located
# or
npm run generate:staging # https://lane-server.herokuapp.com/graphql/ must be accessible

and to run the FE

npm run dev

Live Demo

See the live demo here!

Contributing

See the contribution guidelines

lane-client's People

Contributors

dougucn avatar khyeh avatar

Watchers

 avatar  avatar

lane-client's Issues

Set up deployment on staging server(s)

Add a Load RunConfig option

Create a popup that calls the loadRunConfig() mutation on RunConfigs selected by the radio button on the RunConfig page

Set up deployment on production server

Add a Readme

Acceptance criteria

  • Add a Readme with setup instructions assuming this repo was cloned normally and not as a submodule
  • Readme should have instructions on precommit hook setup for Eslint

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.