FEZClient is a powerful and flexible tool designed to enhance the FEZTool ecosystem. This client allows users to interact with FEZTool seamlessly, providing an efficient development and production environment.
To get started with FEZClient, ensure you have Node.js installed on your system. Then, follow these steps:
git clone https://github.com/FEZtool-team/FEZClient.git
cd FEZClient
yarn install
To start the development server, use:
yarn install
yarn dev
This will run the project in development mode, allowing for live updates and debugging.
For a production-ready installation, run:
yarn install --prod
yarn build
pm2 start ecosystem.config.cjs
This installs only the necessary dependencies for production, builds the project for deployment, and starts the application using PM2.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
We welcome contributions from the community! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m "Description of changes"
). - Push your changes (
git push origin feature-branch
). - Open a pull request.
For questions or support, please send an Email to [email protected] .