ArtFx Renderfarm
Task dispatcher made with NodeJs and connected to a MongoDb database
- NodeJs
- npm
- yarn (optional)
cd Blazar
# if you have yarn is installed
yarn install
# else use npm
npm Install
yarn start
# or with npm
npm run start
Render client made with NodeJs
- NodeJs
- npm
- yarn (optional)
cd Render
# if you have yarn is installed
yarn install
# else use npm
npm Install
yarn start
# or with npm
npm run start
Monitor to monitor jobs and clients made with NextJs
- NodeJs
- npm
- yarn (optional)
cd Monitor
# if you have yarn is installed
yarn install
# else use npm
npm Install
yarn dev
# or with npm
npm run dev