Skip to content

Documentation for CoCart, CoCart Pro and it's add-ons.

Notifications You must be signed in to change notification settings

tomzur/co-cart-docs

 
 

Repository files navigation

CoCart Documentation

WordPress Plugin Page WordPress Plugin Version WordPress Plugin Downloads

This repository manages the documentation for CoCart.

If you would like to contribute to the documentation to either correct a mistake, maybe add another language or something else. Then please follow these contribution guidelines.

Getting Started

Requirements

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Ruby, version 2.5 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.
  • NodeJS

Getting Set Up

  1. Fork this repository on GitHub.
  2. Clone your forked repository (not this original one) to your hard drive with git clone https://github.com/YOURUSERNAME/co-cart-docs.git
  3. cd co-cart-docs
  4. Initialize and start Slate. You can either do this locally, or with Vagrant:
# either run this to run locally
bundle install
bundle exec middleman server ## Load server process for development.
bundle exec middleman build  ## Just build the files.

# OR run this to run with vagrant
vagrant up

You can now see the docs at http://localhost:4567.

CoCart Channels

We have different channels at your disposal where you can find information about the CoCart project, discuss it and get involved:

Twitter: cart_co CoCart JS Lib Github Stars

  • 📖 Docs: this is the place to learn how to build amazing sites with CoCart. Get started!
  • 👪 Community: use our Slack chat room to share any doubts, feedback and meet great people. This is your place too to share how are you planning to use CoCart!
  • 🐞 GitHub: we use GitHub for bugs and pull requests, doubts are solved with the community.
  • 🐦 Social media: a more informal place to interact with CoCart users, reach out to us on Twitter.
  • 💌 Newsletter: do you want to receive the latest plugin updates and news? Subscribe here.

The documentation is powered by Slate.

About

Documentation for CoCart, CoCart Pro and it's add-ons.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 47.4%
  • Shell 16.8%
  • JavaScript 16.6%
  • Ruby 11.2%
  • HTML 7.3%
  • Dockerfile 0.7%