/linklog

A linklog application to connect mulitple blogs together

Primary LanguageRuby

Ruby UI

LinkLog

A linklog application for Modern Web developers to connect multiple blogs together

The official version is available at: https://webdevflow.com

Running the project

This repository consists of:

To run project in development:

Pre-requirements:

  • Docker && docker-compose
  • Ruby
  • NPM
# clone repo
git clone git@github.com:driggl/linklog.git && cd linklog/config

# first time only: - install rubocop, build images, etc.
sh scripts/dev-setup.sh

# run all API services in the background
docker-compose up -d

# run file synchronisation
docker-sync start

#UI

cd ui
yarn install
yarn run dev

Contribution

  1. Fork this repo
  2. Create Pull Request