Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meronz/mycropad-app
https://github.com/meronz/mycropad-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meronz/mycropad-app
- Owner: meronz
- License: gpl-3.0
- Created: 2021-10-09T13:40:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T18:20:01.000Z (8 months ago)
- Last Synced: 2024-05-20T06:36:56.987Z (8 months ago)
- Language: C#
- Size: 658 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mycropad Application
[![App Build](https://github.com/meronz/mycropad-app/actions/workflows/app-build.yaml/badge.svg)](https://github.com/meronz/mycropad-app/actions/workflows/app-build.yaml)
## How to build
### Requirements
- dotnet v5.0
- npm (for postcss)
- Electron.NET CLI tool (more info [here](https://github.com/ElectronNET/Electron.NET)).```sh
cd src/Mycropad.App
electronize build /target
# where target is one of win, osx, linux
```---
## Other Repos
- [Mycropad Firmware](https://github.com/meronz/mycropad-fw)
- [Mycropad Hardware](https://github.com/meronz/mycropad-hw)