Code Monkey home page Code Monkey logo

cardboard's Introduction

Cardboard

Table of Contents

An API for accessing Magic: The Gathering price data

  1. Clone the repository: gh repo clone DeathLotusLabs/cardboard
  2. Navigate to the project directory: cd cardboard
  3. Install PHP dependencies: composer install
  4. Install JavaScript dependencies: npm install
  5. Compile assets: npm run dev
  6. Generate an application key: php artisan key:generate
  7. Run database migrations: php artisan migrate

Cardboard utilizes Pest for testing. Please include a test with each feature added.

php artisan test

Contributing

First off, thank you for taking the time to contribute! ๐ŸŽ‰

The following is a set of guidelines for contributing to Project Name. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table of Contents

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a new branch based on main for your feature or bug fix.
    git checkout -b feature-or-bugfix-name
  3. Make your changes with descriptive commit messages.
  4. Push your branch to your forked repository.
    git push origin feature-or-bugfix-name
  5. Open a pull request against the main branch of the original repository.

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.

Reporting Issues

If you find a bug in the source code, you can help by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.

Please follow these guidelines:

  • Use a clear and descriptive title for the issue to identify the problem.
  • Describe the exact steps to reproduce the problem in as many details as possible.
  • Include any relevant logs or screenshots to help illustrate the problem.

Submitting Changes

  1. Ensure that your code adheres to the project's coding standards.
  2. Update the documentation to reflect any changes.
  3. Ensure that the test suite passes (php artisan test).
  4. Add tests to cover your changes.
  5. Make sure your commit messages are clear and descriptive.

Style Guides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature").
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
  • Reference issues and pull requests liberally after the first line.

Code Style

  • Follow the coding style conventions of the project.
  • Use consistent indentation.
  • Avoid trailing whitespace.
  • Ensure code passes all linting and formatting checks.

Created by Christopher Law.

Contributors

Thanks to these wonderful people who have contributed to this project:

Contributors

If you would like to support development please consider sponsoring the project on Patreon

cardboard's People

Contributors

christopher-law avatar juststeveking avatar matt-grimsley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.