Skip to content

antekai/ct-plugins

Repository files navigation

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