https://github.com/sixteenbit/gcode-theme
Theme inspired by Prusa Printers.
https://github.com/sixteenbit/gcode-theme
wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
Theme inspired by Prusa Printers.
- Host: GitHub
- URL: https://github.com/sixteenbit/gcode-theme
- Owner: sixteenbit
- License: gpl-2.0
- Created: 2020-08-05T15:03:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T16:49:54.000Z (over 5 years ago)
- Last Synced: 2025-06-01T16:41:24.179Z (about 1 year ago)
- Topics: wordpress, wordpress-theme
- Language: CSS
- Homepage: https://demo.sixteenbit.com/gcode/
- Size: 3.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GCODE

## Features
- Build workflow using [gulp.js](https://gulpjs.com/)
- [Foundation for Sites](https://get.foundation/sites/docs/)
- [Font Awesome](https://fontawesome.com/)
- Force Login option for closing off site during development
## Dependencies
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
## Getting started
```bash
# Clone the repository into wp-content/themes
git clone https://github.com/sixteenbit/gcode-theme.git
```
```bash
# From the root of wp-content/themes/gcode-theme run the following:
yarn
```
## Commands
```bash
# Removes the release dir and builds the project
gulp
# Builds the project
gulp build
# Runs the build task and watches for file changes
gulp watch
# Runs the styles task
gulp styles
# Runs the javascript task
gulp javascript
# Starts Browsersync
gulp server
# Copy theme to release folder for production
gulp release --production
```