Skip to content

CZ3002 AY20/21 Sem 2 Lab Project. The landing page and admin dashboard for Zoomba, a game where elderlies exercise while staying indoors during COVID-19

Notifications You must be signed in to change notification settings

TryingOutSomething/Zoomba

Repository files navigation

Logo created by MoiKeyboard
Slogan created by Agrotir

Project Description

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

Project setup

  1. Install NodeJS or Node Version Manager (NVM)
  2. Ensure Node Package Manager has been installed along with NodeJS

Run the command below to install dependencies required for this project

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deploy to Github Pages

  1. Merge any confirmed changes to the deploy branch
  2. Checkout the deploy branch and run this command to deploy the changes
npm run deploy

Customize configuration

See Configuration Reference.

About

CZ3002 AY20/21 Sem 2 Lab Project. The landing page and admin dashboard for Zoomba, a game where elderlies exercise while staying indoors during COVID-19

Topics

Resources

Stars

Watchers

Forks