Giter VIP home page Giter VIP logo

amcolex / ks-bootshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kondasoft/ks-bootshop

0.0 0.0 0.0 2.05 MB

Shopify Starter Theme powered by Bootstrap framework (v4), developed respecting Shopify themes requirements, accessibility best practices, and of course our own experience in developing themes for more than 15 years now.

Home Page: https://www.kondasoft.com/collections/shopify-themes/products/ks-bootshop

License: MIT License

Liquid 93.80% JavaScript 1.10% SCSS 5.11%

ks-bootshop's Introduction

IMPORTANT NOTICE

This branch (master) is for our new version of KS BootShop theme, which is powered by Bootstrap v5. If you are looking for our the Bootstrap v4 version please check our v1 branch

BootShop - Shopify Theme

Shopify Starter Theme powered by Bootstrap framework (v5), developed respecting Shopify themes requirements, accessibility best practices, and of course our own experience in developing themes for more than 15 years now.

Our goal is to make this project the most completed, robust and of course the most awesome Shopify theme for Bootstrap framework.

Highlighted features:

Demo

https://ks-bootshop.myshopify.com/

Premium Shopify Themes

In case you are interested in our Premium Shopify Themes, please visit our website https://www.kondasoft.com

Getting started

There are 2 ways to install our theme (or any other Shopify theme) on your Shopify store.

1- The simplest option is by going to your Shopify Admin and installing the latest package (.zip file) from our releases. In case you need help with this please check the official tutorial from Shopify.

2- The second option is by using Theme kit, the the official command line tool from Shopify. This is the option which we will be covering below, as it gives you far more freedom to customize and modify our theme.

Installation

Note: Please, make sure you are familiar with Theme kit, official documentation before proceeding. We are assuming that at this point you have already installed Theme Kit.

1- Clone this repository (download theme files)

Create a new folder on your computer, cd to it and run the following command to copy all theme files from our GitHub repository master branch. Note: Include the dot at the end of the command to clone into your current directory.

git clone https://github.com/kondasoft/ks-bootshop .

2- Create and configure theme with Theme Kit

Run the following command to create a new theme in your Shopify store along with our theme files that you have just downloaded:

theme new --password=[your-api-password] --store=[your-store.myshopify.com] --name="KS BootShop"

Optional: Run this command to open your shopify store with our theme in preview mode.

theme open

Customization

It is advised to not directly modify theme files as you will lose changes when you upgrade our theme. The recommended way to handle this is by creating a copy of our theme and then modify it. Please follow this official tutorial to learn more.

In case you want to customize styles and scripts please continue reading below.

Modifying styles (SCSS)

To customize theme styles in the proper way as recommended by Bootstrap as well, is by working with Sass.

First, create a new file called _custom.scss inside the scr/scss folder and start adding your Sass variables and styles. To learn more about what you do in your _custom.scss file, please refer to the official Bootstrap documentation for Theming

E.g:

// src/scss/_custom.scss

// My variables
$primary: green;

// My styles
body { 
  background-color: red; // Good luck with this :)
}

Make sure you have Sass, Postcss and Autoprefixer installed globally by running the following command

npm i -g sass postcss-cli autoprefixer

Now, you can run this command to compile your Sass files into the the theme assets folder

npm run styles

To deploy your changes on your Shopify store run the following Theme Kit command:

theme deploy or: theme watch

Modifying scripts (JS)

This part will be documented soon.

Upgrading

This part will be documented soon.

Support

Please submit a new issue in case you want to submit a bug or feature request. Additionally, you may visit our website for further help.

Copyright and license

Copyright 2020 KondaSoft.com. Code released under the MIT License.

ks-bootshop's People

Contributors

alvinkonda 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.