A linklog application for Modern Web developers to connect multiple blogs together
The official version is available at: https://webdevflow.com
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
- Fork this repo
- Create Pull Request