Skip to content

ArtFXDev/Quasar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published