Logo created by MoiKeyboard
Slogan created by Agrotir
The repository contains the web application source code for the landing page and Content Management System (CMS) dashboard.
This project complements the main Zoomba desktop application as it is used to manage the content and distribute the application itself.
The web application is currently hosted on Github pages via the gh-pages branch of this repository
- Install NodeJS or Node Version Manager (NVM)
- Ensure Node Package Manager has been installed along with NodeJS
Run the command below to install dependencies required for this project
npm install
npm run serve
npm run build
npm run lint
- Merge any confirmed changes to the
deploybranch - Checkout the
deploybranch and run this command to deploy the changes
npm run deploy
