Giter Site home page Giter Site logo

mikelbrierly / halogen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from developer-delta/halogen

0.0 1.0 0.0 6.85 MB

A web based application to add better lighting to video calls.

License: MIT License

HTML 12.72% JavaScript 83.27% CSS 4.01%

halogen's Introduction

screencapture of halogen design


Running locally

1. Fork this repository

"Fork" button on github

2. Copy repo URL for cloning

git clone link in github

3. Clone

  git clone https://github.com/developer-delta/halogen.git

4. cd into the halogen directory

  cd halogen

5. Make sure you have your IDE install

Visual Studio Code is recommended

For Visual Studio Code users

Here is the launch.json configuration for running the server and the client simultaneously

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Server",
      "runtimeExecutable": "${workspaceFolder}/node_modules/nodemon/bin/nodemon.js",
      "program": "${workspaceFolder}/server/index.js",
      "outputCapture": "std"
    },
    {
      "type": "pwa-chrome",
      "request": "launch",
      "name": "Client",
      "preLaunchTask": "npm: client",
      "url": "http://localhost:3000",
      "webRoot": "${workspaceRoot}/client/src",
    }
  ],
  "compounds": [
    {
      "name": "Server and Client",
      "configurations": ["Server", "Client"]
    }
  ]
}

Looking to contribute?

If you'd like to help build halogen, head over to the contributing guidelines page.

This is a great place to start with open source! ๐Ÿป

halogen's People

Contributors

aggarwalsshreya avatar cbear1988uk avatar jwhittaker avatar mikelbrierly avatar rohinij15 avatar samleemcknight avatar sionemcknight 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.