Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 579 Bytes

File metadata and controls

32 lines (22 loc) · 579 Bytes

Sequelize It

This project is built to address the glaring problem of Sequelize's documentation.

Core Principles

The core principles of this project are simple:

  1. Consistency (of examples, patterns, style, etc)
  2. Information Hierarchy (In the order of: getting started, best practices, extra stuff)

How to Contribute

  1. Fork
  2. Clone
  3. Install docsify
$ npm i docsify-cli -g
  1. Navigate to the /docs directory
  2. Run docsify
$ docsify serve .
  1. Make a new branch
  2. Make changes
  3. Submit pull request
  4. Yayerz