https://github.com/onebeyond/maintainers
Maintainers coordination repo and guidelines π
https://github.com/onebeyond/maintainers
community hactoverfest open-source
Last synced: about 2 months ago
JSON representation
Maintainers coordination repo and guidelines π
- Host: GitHub
- URL: https://github.com/onebeyond/maintainers
- Owner: onebeyond
- License: mit
- Created: 2022-11-16T11:06:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T00:05:36.000Z (5 months ago)
- Last Synced: 2025-04-12T01:14:30.626Z (about 2 months ago)
- Topics: community, hactoverfest, open-source
- Language: JavaScript
- Homepage: https://onebeyond-maintainers.netlify.app/
- Size: 1.28 MB
- Stars: 6
- Watchers: 11
- Forks: 3
- Open Issues: 164
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/onebeyond-maintainers/deploys)
# One Beyond Maintainers
One Beyondβs commitment to the open source community encourages an attitude of collaboration, transparency, and flexibility; a philosophy that enables developers across the world to fulfil their potential and create ground-breaking software, as well as giving back to the open source community the same value that we receive from it.
This repository is used to coordinate the Open Source Activity and the communications with the community
## Website
This website is built using [Docusaurus 2](https://docusaurus.io/) and [generator-fast-documentation](https://github.com/UlisesGascon/generator-fast-documentation)
### Installation
```
$ npm i
```### Local Development
```
$ npm start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Manage releases
- Check [standard-version docs](https://github.com/conventional-changelog/standard-version)
### Manage git Hooks
- Check [Husky docs](https://github.com/typicode/husky)