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
- Host: GitHub
- URL: https://github.com/lukaselmer/sanhei-web
- Owner: lukaselmer
- License: mit
- Created: 2015-02-03T17:46:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:31:54.000Z (over 3 years ago)
- Last Synced: 2024-04-13T08:09:22.810Z (about 2 years ago)
- Topics: css, customer, html, jekyll, project, sanhei, website
- Language: HTML
- Homepage: https://www.sanhei.ch
- Size: 1.75 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```