Code Monkey home page Code Monkey logo

k5's Introduction

K5 README

To begin setting up your local dev environment, follow the installation setup here:

https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP

These are the specific MAMP settings you should be using:

  • Wordpress location: /Applications/MAMP/htdocs/wordpress
  • PHP settings: 7.0.15
  • Database: wordpress_local
  • Database prefix: k5_

Setting up this repo:

  • This repo should live in your themes folder of your local installation of wordpress
    • Example: /Applications/MAMP/htdocs/wordpress/wp-content/themes/
  • We'll keep track of a list of issues in bitbucket: https://bitbucket.org/maindishmeg/k5/issues?status=new&status=open
    • Nice to have would be standard git commit messages, but no worries if we forget
      • feat: A new feature
      • fix: A bug fix
      • docs: Documentation only changes
      • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
      • refactor: A code change that neither fixes a bug nor adds a feature
      • perf: A code change that improves performance
      • test: Adding missing tests
      • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
      • Example: git commit -m 'feat(): adding overview page build'
  • Optional is the use of git-ftp to add our commits to the beta site

SASS

  • Run gulp to process SASS files

BRANCHES

  • Branches to be named after issues.
  • Check-ins should happen at the start of each work session to determine who will be on what branch and which files will be affected.
  • Create a merge request for all pushes to the repo. Assign them to the opposite person.

k5's People

Contributors

scottkao85 avatar

Stargazers

 avatar

Watchers

 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.