Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.68 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.68 KB

Plugins dashboard

E2E TestNetlify Status

View and manage locations

Image

Table of Contents

Installation

  1. Clone the repository to your local machine and install required dependencies
git clone
cd ct-plugins
yarn install

Description

This is a React single page app for managing plugins.

Features:

  • View plugins per page
  • Activate and deactivate plugins
  • Enable and disable plugins
  • Sync data with firebase realtime database

Technologies:

Please check Implementation docs for more details

Development

Please create .env file and add VITE_FIREBASE_URL to run application local

yarn start # local development
yarn lint # linting add --fix flag for automatic fixes
yarn test # run tests
yarn build # build app at folder /dist
yarn preview # preview locally build files