TODO: Logo
This repository contains the project created for De Ceuvel. It is a (live) representation of their aquaponics farm. Besides this, the goal is to show how the farm is working here.
This project assumes you are familiar with NodeJS (9.11.1
) and NPM (5.6.0
), and have those installed. Client side you would need a browser that supports WebSocket
.
All JS should conform to the eslint config thats included. Please make sure ESlint is functional in your code editor and the supplied config is being used.
After cloning the project, install using:
npm install
The app requires no building. SCSS is compiled on runtime
Aftwards, start the app using:
npm start
Additionally, you can also watch the app using Nodemon:
npm run watch
- ☕️️️️