Empower Users, Streamline Support, Transform Service Experience
Built with the tools and technologies:
SelfServiceDesk is an innovative web application designed to streamline service request management through a user-friendly interface.
Before you begin, make sure you have the following installed:
- Programming Language : TypeScript
- Package Manager : npm
Follow these steps to set up SelfServiceDesk from source and install the necessary dependencies:
-
Clone the repository:
git clone https://github.com/VOTRE_NOM_UTILISATEUR/VOTRE_REPOSITOIRE.git
-
Navigate to the project directory:
cd VOTRE_REPOSITOIRE
-
Install the dependencies:
npm install
To start the application locally, run:
npm start
SelfServiceDesk uses the Cypress testing framework.
To run the test suite, execute:
npm run test