Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onurozer/simplematters.co

Marketing know-how for startup founders and marketers
https://github.com/onurozer/simplematters.co

Last synced: 20 days ago
JSON representation

Marketing know-how for startup founders and marketers

Awesome Lists containing this project

README

        

# Simple Matters

Source code for [simplematters.co](http://simplematters.co)

## Requirements

* Ruby v3.3.0
* Node v20.11.1

## Installation

Run bundle and yarn

```bash
bundle install
yarn install
```

## Usage

Run the server and visit [http://localhost:4000](http://localhost:4000)

```bash
bundle exec jekyll server --livereload
```