Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinmacneil/rd-wordpress-starter
https://github.com/justinmacneil/rd-wordpress-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinmacneil/rd-wordpress-starter
- Owner: justinmacneil
- Created: 2019-07-02T18:58:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:34:35.000Z (about 2 years ago)
- Last Synced: 2023-03-09T00:35:41.818Z (almost 2 years ago)
- Language: CSS
- Size: 192 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
### Docker
Run ```docker-compose up -d``` to install the latest version of WordPress and install the container.
### Theme dependencies
Rename ```wp-content/themes/placeholder``` to the name of your site's theme. Run ```npm install``` from the theme directory to install dependencies.
### Compiling Sass and JS files with GruntJS
Run ```grunt``` from the terminal to listen for changes to ```assets/scss``` and ```assets/js/src``` in the theme.