Skip to content

developer-delta/halogen

Repository files navigation

Halogen logo


Running locally

1. Fork this repository

"Fork" button on github

2. Clone

git clone link in github

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

3. cd into the halogen directory

  cd halogen

VSCode setup

Here are the recommended configurations for your launch.json

{
  "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! 🍻

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published