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

https://github.com/gbdev/rgbds-www

RGBDS website, hosting documentation and install instructions. Built with Docusaurus, content from RGBDS man pages.
https://github.com/gbdev/rgbds-www

assembly docusaurus docusaurus2 gbdev hacktoberfest mandoc rgbds

Last synced: 7 months ago
JSON representation

RGBDS website, hosting documentation and install instructions. Built with Docusaurus, content from RGBDS man pages.

Awesome Lists containing this project

README

          

# RGBDS www

The new RGBDS official website, providing install instructions and documentation.

Built using [Docusaurus](https://docusaurus.io/).

## Installation

```
$ yarn
```

### Local Development

```
$ yarn 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

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## License

The documentation text is licensed under the [GNU Free Documentation License](LICENSE_docs).

The website code is licensed under the [MIT license](LICENSE).

## Acknowledgments

Website designed and built by [ISSOtm](https://github.com/issotm) and [avivace](https://github.com/avivace). Special thanks to:

- Eievui and Quinn for the new logo;
- Rangi for the old logo;
- RGBDS contributors;
- [gbdev community](https://gbdev.io);