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

https://github.com/polybar/polybar.github.io

The official polybar homepage
https://github.com/polybar/polybar.github.io

hacktoberfest polybar

Last synced: about 1 year ago
JSON representation

The official polybar homepage

Awesome Lists containing this project

README

          

# polybar.github.io

This repository contains the source for the official polybar web page.

## Preview Locally

Install ruby `bundler`
```console
$ gem install bundler
```

Install all dependencies for this page by running the following command inside the repo:
```console
$ bundle install
```

Run the site locally:
```console
$ bundle exec jekyll serve
```

It should now be available at http://localhost:4000 and automatically update on each file change.

## License
Licensed under the MIT license. See [LICENSE](https://github.com/polybar/polybar.github.io/blob/master/LICENSE) for more information.