B.note is a braille display designed by Eurobraille. You can find more information about the device on the website.
The purpose of this web interface is to allow sighted people to configure the B.note settings directly, without having to go through the device's internal braille interface.
This source code is free of modification. However, in order to avoid overloading the internet of similar sites, we ask you not to deploy it. However, any contribution is welcome.
You must have nodejs and an IDE.
You can clone this repository via the command line in the following way:
Git clone git@github.com:theotime2005/bnote-settings
Once in the project folder, enter the following line
Npm install
Enter the following command to launch the project
Npm run dev
To make a build, enter the following command:
Npm run build
In the past, this project used tailwindcss. However, its use has been removed. A main style sheet is available, and you can enrich it from the components directly.
You can read the [Contribution guide](Contribution guide.md) file to learn how to contribute to the project.
You can join the Discord server to discuss the project. You can also ask for help or propose new features and receive notifications about the project.