Skip to content

Commit

Permalink
Add All Contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Aug 9, 2024
1 parent 700b631 commit cb8f1a8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "brainsatplay",
"projectOwner": "neuralinterfaces"
}
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## Acknowledgements
This project is part of [Neural Interfaces](https://github.com/neuralinterfaces).
4 changes: 3 additions & 1 deletion commoners.config.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cb8f1a8

Please sign in to comment.