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

https://github.com/lukaselmer/sanhei-web

Sanhei AG Web
https://github.com/lukaselmer/sanhei-web

css customer html jekyll project sanhei website

Last synced: 5 months ago
JSON representation

Sanhei AG Web

Awesome Lists containing this project

README

          

# Sanhei AG

## Usage

```sh
git clone git@github.com:lukaselmer/sanhei-web.git
cd sanhei-web/jekyll
bundle install
bundle exec jekyll serve
bundle exec jekyll build
```

## Deployment

```sh
cd sanhei-web/jekyll
bundle exec jekyll build
cd ..
firebase deploy
```