Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyborq/micron-gui
https://github.com/kyborq/micron-gui
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyborq/micron-gui
- Owner: kyborq
- Created: 2023-11-17T16:40:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T17:08:07.000Z (about 1 year ago)
- Last Synced: 2023-11-18T17:46:23.703Z (about 1 year ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micron GUI
Code editor with compiler tools and built-in interpreter
Part of: https://github.com/kyborq/micron-lang.git
![Снимок экрана от 2023-11-17 19 51 51](https://github.com/kyborq/micron-gui/assets/52314985/549dbf53-fae5-4769-8a28-4874f68e6f8b)
## Design
![image](https://github.com/kyborq/micron-gui/assets/52314985/2daa327b-eea1-495b-a91b-b3184f41175e)
## Install
### 1. Clone repository
Frontend
```
git clone https://github.com/micron-gui.git
cd micron-gui
```### 2. Install
```
npm install
```### 3. Run
```
npm run dev
```## Used stack
- React
- react-query
- usehooks-ts
- codemirror
- Electron