Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/livewareproblems/haruspex-marketing


https://github.com/livewareproblems/haruspex-marketing

Last synced: about 2 months ago
JSON representation

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)