Go to file
nguyentrungthat 6e282c42bd Enable scenario run and reporting, adjust UI elements
Uncommented code to run scenarios and send reports via email and Zulip in the backend, and commented out the scenario confirmation modal in the frontend. Also adjusted the height of the ScrollArea in the BottomToolBar component for improved UI layout.
2025-12-18 08:12:23 +07:00
BACKEND Enable scenario run and reporting, adjust UI elements 2025-12-18 08:12:23 +07:00
FRONTEND Enable scenario run and reporting, adjust UI elements 2025-12-18 08:12:23 +07:00
.gitignore change gitignore 2025-11-26 08:41:19 +07:00
README.md Update gom lại các thư mục, add input history 2025-12-06 10:36:59 +07:00

README.md

BACKEND

1. Copy .env.example -> .env

2. npm install

3. node ace migration:run

4. npm run dev

FRONTEND

1. Copy .env.example -> .env

2. npm install

3. npm run dev

Server Redis

1. sudo apt install redis-server

2. sudo systemctl enable redis-server

3. sudo systemctl start redis-server