From cb8f1a85f95e109240a977fc9e4b146387352331 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Fri, 9 Aug 2024 12:41:10 -0700 Subject: [PATCH] Add All Contributors --- .all-contributorsrc | 4 ++++ CONTRIBUTING.md | 3 +++ README.md | 14 ++++++++++++++ commoners.config.ts | 4 +++- 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc create mode 100644 CONTRIBUTING.md diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..f295bab --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "brainsatplay", + "projectOwner": "neuralinterfaces" +} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4c3754f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Hi there! Welcome to brainsatplay contributing! + +Review the [All Contributors](https://allcontributors.org/docs/en/bot/usage) usage documentation to learn how to add yourself as a contributor to the project. \ No newline at end of file diff --git a/README.md b/README.md index 46bf0c1..54d57ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Brains@Play A Cross-Platform Application for 8 Billion Brains +[![All Contributors](https://img.shields.io/github/all-contributors/neuralinterfaces/brainsatplay?color=ee8449&style=flat-square)](#contributors) + + ## Getting Started ### Installation #### Python @@ -51,5 +54,16 @@ This will start the Electron app. | [muse-capacitor](packages/muse-capacitor) | [![muse-capacitor version](https://img.shields.io/npm/v/muse-capacitor.svg?label=%20)](packages/muse-capacitor/CHANGELOG.md) | +## Contributors + + + + + + + + + + ## Acknowledgements This project is part of [Neural Interfaces](https://github.com/neuralinterfaces). diff --git a/commoners.config.ts b/commoners.config.ts index 9150620..7f34cf1 100644 --- a/commoners.config.ts +++ b/commoners.config.ts @@ -1,5 +1,7 @@ // import { defineConfig } from '@commoners/solidarity' -import * as bluetoothPlugin from '@commoners/bluetooth' +// import * as bluetoothPlugin from '@commoners/bluetooth' + +import * as bluetoothPlugin from '../commoners/packages/plugins/devices/ble/index' const defineConfig = (o) => o