https://github.com/featherplain/swimmy
WordPress Child Theme
https://github.com/featherplain/swimmy
Last synced: about 1 year ago
JSON representation
WordPress Child Theme
- Host: GitHub
- URL: https://github.com/featherplain/swimmy
- Owner: featherplain
- Created: 2015-01-04T08:39:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T14:33:35.000Z (about 10 years ago)
- Last Synced: 2025-02-17T12:15:09.928Z (over 1 year ago)
- Language: PHP
- Homepage: http://featherplain.com/
- Size: 7.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swimmy
WordPress child theme

## Requires for devlopment
* Node.js
* npm
If you need more information, check out [myproject - Project starter kit using gulp](http://github.com/featherplain/myproject) for details.
## Setup your local project
Before setup local project, install Minnow at your WordPress dashboard.
1. On your WordPress `themes` directory,
$ git clone git@github.com:featherplain/swimmy.git
2. Copy files to your WordPress plugin directory which is in `src/plugins` directory.
3. Install gulp.
$ npm install -g gulp
4. Install some dependencies.
$ cd path/to/directory ; npm install
5. Install sass-globbing.
$ gem install sass-globbing
6. Install bower components and initialize them.
$ npm run gulp-init
7. Run gulp.
$ gulp
## License
[GNU General Public License v2 or later](http://www.gnu.org/licenses/gpl-2.0.html)