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.
- Host: GitHub
- URL: https://github.com/gbdev/rgbds-www
- Owner: gbdev
- License: other
- Created: 2020-09-13T16:45:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T08:28:44.000Z (7 months ago)
- Last Synced: 2025-04-12T07:21:52.110Z (7 months ago)
- Topics: assembly, docusaurus, docusaurus2, gbdev, hacktoberfest, mandoc, rgbds
- Language: HTML
- Homepage: https://rgbds.gbdev.io
- Size: 20.9 MB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);