Giter Site home page Giter Site logo

firefight-central's Introduction

Firefight Central

This is just a project that I am doing for my hometown fire station to replace software that is no longer suitable for their needs. Nothing special, move along.

Setup

Project requires rustlang and node

This project uses aws polly to synthesize audio, which requires an aws account and keys. The feature is not required for the project to run but a configuration file is required for the build, please follow the instructions below

  • Create a file ./src-tauri/src/polly/config.rs
  • Insert the following content
pub const AWS_ACCESS_KEY_ID: &str = "";
pub const AWS_SECRET_ACCESS_KEY: &str = "";
  • If audio synthesis is required fill in the values above with your own keys

Development

To run in development mode use the command

yarn tauri dev

Release

Preparation

To prepare the project change the following values

  • In ./src-tauri/tauri.config.json replace 'productName', 'version', 'identifier' to your desired values
  • Also in ./src-tauri/tauri.config.json deactivate or replace the values under the updater as keeping these will link to my updates and you will get a private key warning when building. This is just an incovenience as your release version will still work, but not be signed.

Building

To create a release version run the following command

yarn tauri build

firefight-central's People

Contributors

snikon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.