Start Applications Seamlessly Timed (sast) is a project that helps you easily launch tasks, organize them into sets, and provides interactive terminals to manage and interact with them. This README will guide you through the setup process for development.
Warning
PowerShell 7 Required
This application requires PowerShell 7 to run correctly. If you don't have it installed, please install it from:
Installing PowerShell on Windows
Before you begin, ensure you have the following installed:
To get your development environment set up, follow these steps:
-
Clone the repository
Clone the sast repository to your local machine:git clone https://github.com/LeonSnajdr/sast.git
-
Setup backend Navigate to tauri directory
cd sources/app/src-tauriCreate dev database and execute migrations
cargo sqlx database create
cargo sqlx migrate run
cargo sqlx prepare
-
Setup frontend
Navigate to frontend directorycd sources/appInstall node packages
yarn install
-
Run sast
yarn dev
Contributions are welcome! Feel free to open an issue or submit a pull request. I appreciate all feedback and suggestions to improve the project.
This project is licensed under the Prosperity Public License. Feel free to browse and contribute to the codebase under these guidelines.
Thank you for using sast! If you have any questions or issues with setup, please feel free to open an issue on GitHub. Have fun building and stay secure!