Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redacademy/quotesondev-starter
A WordPress starter theme for the Quotes on Dev project, forked from Underscores.
https://github.com/redacademy/quotesondev-starter
starter wdp wordpress
Last synced: 26 days ago
JSON representation
A WordPress starter theme for the Quotes on Dev project, forked from Underscores.
- Host: GitHub
- URL: https://github.com/redacademy/quotesondev-starter
- Owner: redacademy
- Created: 2017-09-19T22:56:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:46:38.000Z (about 2 years ago)
- Last Synced: 2024-05-28T23:18:26.404Z (7 months ago)
- Topics: starter, wdp, wordpress
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quotes on Dev Starter
A WordPress starter theme for the Quotes on Dev project, forked from Underscores.
## Installation
### 1. Download me (don't clone me!)
Then add me to your `wp-content/themes` directory.
### 2. Rename the `quotesondev-starter-master` directory
Make sure that the theme directory name is project appropriate! Do you need `starter` or `master` in the directory name?
### 3. Install the dev dependencies
Next you'll need to run `npm install` **inside your theme directory** to install the npm packages you'll need for Gulp, etc.
### 4. Update the proxy in `gulpfile.js`
Lastly, be sure to update your `gulpfile.js` with the appropriate URL for the Browsersync proxy (so change `localhost[:port-here]/[your-dir-name-here]` to the appropriate localhost URL).
And now would be a good time to `git init` :)