https://github.com/rubiii/spsm
WP Theme for St. Pauli selber machen
https://github.com/rubiii/spsm
wp-theme
Last synced: about 1 year ago
JSON representation
WP Theme for St. Pauli selber machen
- Host: GitHub
- URL: https://github.com/rubiii/spsm
- Owner: rubiii
- Created: 2016-09-08T15:51:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T13:27:45.000Z (over 8 years ago)
- Last Synced: 2025-05-24T10:39:06.677Z (about 1 year ago)
- Topics: wp-theme
- Language: PHP
- Homepage: http://www.st-pauli-selber-machen.de
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Theme for St. Pauli selber machen
## Development
Use Gulp to build CSS and JavaScript files and Bower to install dependencies.
First you need to install NPM if you haven’t already:
```
npm install
```
Run `bower` to install dependencies:
```
node_modules/.bin/bower install
```
Then you can run `gulp` to build CSS and JavaScript files:
```
node_modules/.bin/gulp
```
You can also make `gulp` watch for file changes:
```
node_modules/.bin/gulp watch
```
## Upload
Gulp creates a `public` directory with all the assets. This folder and everything
in the root directory need to be uploaded to the server. The `assets` directory
as well as the `bower_components` and `node_modules` directories do not need to
be uploaded.