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

https://github.com/chepo92/ibm2026

IBM2026
https://github.com/chepo92/ibm2026

Last synced: about 2 months ago
JSON representation

IBM2026

Awesome Lists containing this project

README

        

# IBM2026

## Auto deploy

Just push to main branch, page is in https://chepo92.github.io/IBM2026/

## Contributing
Fork, edit & PR, suggested to use standard commits
Based on:
- https://coderefinery.github.io/sphinx-lesson/

## Build locally
### Reqs
- Sphinx
- Sphinx-autobuild

### Build
`sphinx-build -b html source build` or `sphinx-autobuild source build`