Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 968 Bytes

Misk is a new open source application container from Square.

Looking for @misk/ NPM Packages? Check out Misk-Web

Misk is not ready for use. The API is not stable.

Quick Links

Web

  1. Fork into your personal Github account
  2. Clone repo from your fork
  3. Add square as a remote with git remote add square git@github.com:square/misk.git
  4. Pull any new changes with git pull square master
  5. Push any new changes to a new branch in your personal fork
  6. Open PR from personal fork -> square/master