# website **Repository Path**: mirrors_serialport/website ## Basic Information - **Project Name**: website - **Description**: The website for the serialport project - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node SerialPort Website Working with serial ports can be hard, this is a collection of docs that make it easier. > Go to https://serialport.io/ to learn more, find guides and api documentation. ## Documentation Strategy To provide api docs, guides and explanations to make using serial ports easier. Versioned docs are for major versions of serialport and should be kept up to date with the latest version of the package. New docs should be added to the `/docs` directory. Edit the versioned docs too if correcting mistakes. ### Developing Docs You can develop the docs by running with node v18 ```bash npm run start ``` And build them by running ```bash npm run build ``` Note: Search doesn't work in development mode Docs are automatically built with [vercel](https://www.vercel.com/) including previews on branches. The master branch is deployed to https://serialport.io Cutting a new release will copy `next` to a version number. ```bash npm run docusaurus docs:version 10.x.x ``` ## License SerialPort packages are all [MIT licensed](LICENSE) and all it's dependencies are MIT licensed. ## Code of Conduct SerialPort follows the [Nodebots Code of Conduct](http://nodebots.io/conduct.html). While the code is MIT licensed participation in the community has some rules to make this a good place to work and learn. ### TLDR - Be respectful. - Abusive behavior is never tolerated. - Data published to NodeBots is hosted at the discretion of the service administrators, and may be removed. - Don't build evil robots. - Violations of this code may result in swift and permanent expulsion from the NodeBots community. ## Governance and Community SerialPort is currently employees a [governance](https://medium.com/the-node-js-collection/healthy-open-source-967fa8be7951) with a group of maintainers, committers and contributors, all fixing bugs and adding features and improving documentation. You need not apply to work on SerialPort, all are welcome to join, build, and maintain this project. - A Contributor is any individual creating or commenting on an issue or pull request. By participating, this is you. - Committers are contributors who have been given write access to the repository. They can review and merge pull requests. - Maintainers are committers representing the required technical expertise to resolve rare disputes. If you have a PR that improves the project people in any or all of the above people will help you land it. ### Maintainers - [Francis Gulotta](https://twitter.com/reconbot) | [reconbot](https://github.com/reconbot) - [Nick Hehr](https://twitter.com/hipsterbrown) | [hipsterbrown](https://github.com/hipsterbrown)