jgruica / fromlatest.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FROM:latest (fromlatest.io)

This is a client javascript site to review and analyze a Dockerfile for common mistakes and use of best practices.

Installation

sudo apt-get update
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install build-essential nodejs
sudo npm install -g grunt-cli babel
npm install

Build

  • make clean
  • make deps
  • make run

Serve frontend build

http://127.0.0.1:5000/

make run

About


Languages

Language:JavaScript 83.3%Language:CSS 10.1%Language:HTML 4.1%Language:Shell 2.0%Language:Makefile 0.3%Language:Dockerfile 0.1%