Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 879 Bytes

README.md

File metadata and controls

77 lines (62 loc) · 879 Bytes

Quasar

ArtFx Renderfarm

Blazar

Task dispatcher made with NodeJs and connected to a MongoDb database

Requirements

  • NodeJs
  • npm
  • yarn (optional)

Install

cd Blazar

# if you have yarn is installed
yarn install
# else use npm
npm Install

Launch

yarn start
# or with npm
npm run start

Render

Render client made with NodeJs

Requirements

  • NodeJs
  • npm
  • yarn (optional)

Install

cd Render

# if you have yarn is installed
yarn install
# else use npm
npm Install

Launch

yarn start
# or with npm
npm run start

Monitor

Monitor to monitor jobs and clients made with NextJs

Requirements

  • NodeJs
  • npm
  • yarn (optional)

Install

cd Monitor

# if you have yarn is installed
yarn install
# else use npm
npm Install

Launch

yarn dev
# or with npm
npm run dev