Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onurozer/simplematters.co
- Owner: onurozer
- Created: 2023-01-03T05:50:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T07:15:54.000Z (about 1 month ago)
- Last Synced: 2024-11-22T08:20:50.655Z (about 1 month ago)
- Language: Liquid
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```