Skip to content

Getting Started

OlivierArgentieri edited this page Jun 1, 2022 · 3 revisions

Socket-io bridge between front app and dccs

Get Started

On standalone :

  • get latest release
  • yarn
  • yarn start

In desktop project:

  • Create .npmrc next to package.json and put that in:
  • //npm.pkg.github.com/:_authToken=<YOUR_GITHUB_TOKEN>  # only if your repository is private
    @ArtFXDev:registry=https://npm.pkg.github.com/
    
    Dont forget to replace <YOUR_GITHUB_TOKEN> woith your github access token, ref : here
  • npm install @artfxdev/silex-socket-service

📚 Doc

🔧 Introduction:

🚀 Development:

Clone this wiki locally