Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livewareproblems/haruspex-marketing
https://github.com/livewareproblems/haruspex-marketing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livewareproblems/haruspex-marketing
- Owner: LivewareProblems
- Created: 2020-06-03T14:14:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T18:34:24.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T08:41:35.195Z (almost 2 years ago)
- Language: SCSS
- Size: 3.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)