Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 655 Bytes

This is a blog for developers at Members 1st FCU to log their thoughts, tips, and tricks while working on the coding, build, and deployment of "modern" applications.

NOTE: Definition of "modern" applications including, but not limited to:

  • .NET Core 2.0
  • Angular 4+
  • Node.js (express)

Quick Start (Requires Jekyll and Bundler)

git clone https://github.com/Members1stFCU/Members1stFCU.github.io.git
cd DeveloperBlog
npm start

Install Jekyll and Bundler

MacOS

gem install jekyll bundler

Windows

Jekyll on Windows