https://github.com/livewareproblems/haruspex-marketing
https://github.com/livewareproblems/haruspex-marketing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livewareproblems/haruspex-marketing
- Owner: LivewareProblems
- Created: 2020-06-03T14:14:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:47:55.000Z (almost 2 years ago)
- Last Synced: 2025-07-22T19:31:38.963Z (11 months ago)
- Language: SCSS
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haruspex Marketing website
The content of this site is managed by Forestry. Visit [https://forestry.io](https://forestry.io) to manage site content.
The site is deployed on netlify
## Running Your Site Locally
1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)
2. Install Jekyll and Bundler
gem install jekyll bundler
3. Install dependencies from Gemfile:
bundle install
4. Build the site and make it available on a local server
bundle exec jekyll serve
5. Browse to [http://localhost:4000](http://localhost:4000)