Skip to content

Commit

Permalink
Add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Sep 24, 2023
1 parent 908200a commit 61ab33d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
[![Npm package monthly downloads](https://badgen.net/npm/dm/commoners)](https://npmjs.ccom/package/commoners)
[![License: AGPL v3](https://img.shields.io/badge/license-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

The `commoners` CLI **allows anyone to build their application for web, desktop, and mobile distribution**. Only JavaScript is required; no additional languages or libraries (e.g. Dart, React, etc.) are necessary.
The `commoners` CLI **allows anyone to build their application for web, desktop, and mobile** without the fuss of additional languages or libraries (e.g. Dart, React, etc.).

A complete example of a COMMONERS application that connects to Bluetooth and Serial devices across multiple platforms is available at our [commoners-starter-kit](https://github.com/garrettmflynn/commoners-starter-kit) repository.
A complete example of a COMMONERS application that connects to peripheral devices using Bluetooth and Serial across multiple platforms is available at our [commoners-starter-kit](https://github.com/garrettmflynn/commoners-starter-kit) repository.

## How To Use
## Why Commoners?
- 🖥️ 📲 Publish for web, mobile, and desktop from a single repository
- 📜 Only native web technologies (i.e. HTML, CSS, and JavaScript) required
- ⚡️ Built on Vite for lightning-fast development speeds

## Getting started
- `commoners start` - Start your project in an Electron application.

- `commoners dev` - Start your project in your default browser
Expand Down

0 comments on commit 61ab33d

Please sign in to comment.