The code for MBT ETM T200 code base This is the tickter style ETM
First, clone the repository to your local machine:
git clone https://github.com/Kai-codin/MBT-ETM-T200.gitChange to the project directory:
cd MBT-ETM-T200To run the application locally, use the following command:
npm run serveTo build and run the application in a production environment, follow these steps:
-
Build the project:
npm run build
-
Start the application using pm2 (for process management):
pm2 start npm --name "my-ticketer" -- run serve --watch -- --port=5000 --host=0.0.0.0 --output ~/.pm2/logs/my-ticketer-out.log --error ~/.pm2/logs/my-ticketer-error.log