Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 641 Bytes

code-macros

A program that allows you to visually create macros to be run on your computer.

This is a work in progress!

This program works cross-platform (Windows and Linux currently, but I'm looking for a solution for MacOS).

Contributing

Contributions are always welcome! Feel free to open an issue or PR if you find anything wrong.

Developing

To install dependencies after cloning, simply run the following:
yarn install
And then run this command whenever you want to test in development:
yarn tauri:serve

Building

To build code-macros for your current platform, run this command:
yarn tauri:build