An open API service indexing awesome lists of open source software.

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 πŸš€

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/57868e39-0f34-4b2a-a93f-50bb9dfed6ed/deploy-status)](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)