Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/break-stuff/thunderbolt
Kickstand UI Demo using the Shopify Thunderbolt theme
https://github.com/break-stuff/thunderbolt
Last synced: 22 days ago
JSON representation
Kickstand UI Demo using the Shopify Thunderbolt theme
- Host: GitHub
- URL: https://github.com/break-stuff/thunderbolt
- Owner: break-stuff
- Created: 2020-12-24T23:39:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T15:52:57.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T12:52:04.052Z (25 days ago)
- Language: HTML
- Size: 697 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kickstand UI - Thunderbolt Theme
This is a demo site for Kickstand UI. This example is a basic implementation of the beautiful [Providence Thunderbolt](https://themes.shopify.com/themes/providence/styles/thunderbolt) theme on [Shopify](https://www.shopify.com/).
Implementing this theme only required about 100 lines of CSS and 10 lines of JavaScript!
You can view the demo site [here](https://thunderbolt.kickstand-ui.com).
## About the Project
- All tools and components are built using [Kickstand UI](https://kickstand-ui.com).
- The project uses SASS as the CSS pre-processor
- The SASS is organized using the [Clarion framework](https://projectclarion.com)
- The project is built bundles and served using [Gulp](https://gulpjs.com/)## Running the Project
```bash
npm run dev
```## Building the Project
```bash
npm run build
```## Deploying the Project
```bash
npm run deploy
```