https://github.com/zasper-io/zasper-io.github.io
https://github.com/zasper-io/zasper-io.github.io
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zasper-io/zasper-io.github.io
- Owner: zasper-io
- Created: 2022-06-21T13:15:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T09:00:06.000Z (27 days ago)
- Last Synced: 2025-04-18T22:41:27.641Z (26 days ago)
- Language: CSS
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zasper Website
## Install jekyll
```bash
gem install bundler jekyll
```## Clone the repo and install dependencies.
```bash
bundle install
bundle add webrick
``````bash
bundle exec jekyll serve
```