Here are some of the guidelines to follow if you intend to contribute!
Book Builder uses Contributor Covenant. Failure to adhere to these standards will result in removal of contributions from the project.
npm
:
# Clone repo
$ git clone https://github.com/blackboardd/book-builder.git
$ cd book-builder
# Install dependencies
$ npm install
# Start dev server
$ npm startyarn
:
# Clone repo
$ git clone https://github.com/blackboardd/book-builder.git
$ cd book-builder
# Install dependencies
$ yarn install
# Start dev server
$ yarn startPlease follow the coding style of the project.
yarn prettierreformats the code.yarn lintruns manually the linting rules.
By contributing your code to this repo, you agree to license your contribution under the MIT license.