Skip to content

melbazpeach-source/sast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sast

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

Table of Contents

  1. Prerequisites
  2. Setup for Development
  3. Contributing
  4. License

Prerequisites

Before you begin, ensure you have the following installed:

  1. Rust
  2. sqlx-cli
  3. Volta

Setup for Development

To get your development environment set up, follow these steps:

  1. Clone the repository
    Clone the sast repository to your local machine:

    git clone https://github.com/LeonSnajdr/sast.git
  2. Setup backend Navigate to tauri directory

    cd sources/app/src-tauri

    Create dev database and execute migrations

    cargo sqlx database create
    cargo sqlx migrate run
    cargo sqlx prepare
  3. Setup frontend
    Navigate to frontend directory

    cd sources/app

    Install node packages

    yarn install
  4. Run sast

    yarn dev

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request. I appreciate all feedback and suggestions to improve the project.


License

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!

About

Start Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 40.5%
  • Rust 40.3%
  • TypeScript 16.7%
  • SCSS 1.9%
  • JavaScript 0.6%