View and manage locations
- Clone the repository to your local machine and install required dependencies
git clone cd ct-plugins yarn install
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:
- Development server/tooling: vite,
- (Async) State management: react-query
- UI/Styling: antd, antd-style
- Testing: eslint, playwright
- Backend: Firebase realtime database
- CI/CD: GitHub Actions, Netlify
Please check Implementation docs for more details
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