Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 975 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 975 Bytes

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 [email protected]: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