An electron application that can generate VXML grammar and menu templates.
The frontend of Stratus is created using React and the Material-UI libraries.
The backend of Stratus is created in Golang
Create projects directory structure: The application requires at least one project folder to function properly:
# Create the required directory structure
mkdir -p docker/projects/exampleYou can start Stratus using Docker in two ways:
Option 1: With mise installed
mise run upOption 2: Manually
docker-compose up -d --buildThis will start the server on localhost:8080 and the client on localhost:3000
yarn installyarn devThis command will start the server on localhost:8080 and the client on localhost:3000
yarn packageThis command will package the project and dump the installer exe in
Stratus/client/dist