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

https://github.com/dexpota/kitty-themes-website


https://github.com/dexpota/kitty-themes-website

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# kitty-themes website

## Building

1. You will need the following packages installed on Ubuntu:

```bash
sudo apt install ruby ruby-dev build-essential libssl-dev
```

2. Install `bundler`;

```bash
gem install bundler
```

3. Clone this repository;

```bash
git clone https://github.com/dexpota/kitty-themes-website.git
```

4. Use `bundler` to install the dependencies by running `bundler` from the root
of the repository;

5. Use `jekyll serve` or `make serve` from the root of the repository to build
the website and start a local server to preview your changes;