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

https://github.com/furudbat/paw-rainbow

Test Project
https://github.com/furudbat/paw-rainbow

Last synced: 2 months ago
JSON representation

Test Project

Awesome Lists containing this project

README

        

# Title

Description

## Requirements (for development)

You need [Jekyll](https://jekyllrb.com/) and to run this project on your local machine.

- [node](https://www.npmjs.com/get-npm)
- [python](https://www.python.org/) (for scripts)

### install dependencies

run `npm install` and `bundle install`

## Build

Run `npm run build` (for production code) or `npm run build-dev` (for development code).
or just run `./build.sh` for both. _(generate both bundle.js and bundle.min.js)_

## Run

Run `npm run start` or `bundle exec jekyll serve`.

## Powered by Boostrap 4 Github Pages

A [Bootstrap 4](https://getbootstrap.com/) start up project for [Github Pages](https://pages.github.com/) and [Jekyll](https://jekyllrb.com/).

* A full Bootstrap 4 theme usable both on Github Pages and with a standalone Jekyll.
* Recompiles Bootstrap from SCSS files, which allows to customize Bootstrap's variables and use Bootstrap themes.
* Full support of Bootstrap's JavaScript plugins.
* Supports all features of Github Pages and Jekyll.

[See the website for demonstration and documentation](https://nicolas-van.github.io/bootstrap-4-github-pages/).

## License

[See the license file.](./LICENSE)