https://github.com/gu-stav/nick-jaussi
https://github.com/gu-stav/nick-jaussi
documentary journalism portfolio theme wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gu-stav/nick-jaussi
- Owner: gu-stav
- Created: 2017-09-16T10:24:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T20:42:15.000Z (over 7 years ago)
- Last Synced: 2025-02-01T23:14:11.196Z (4 months ago)
- Topics: documentary, journalism, portfolio, theme, wordpress, wordpress-theme
- Language: PHP
- Homepage: https://nickjaussi.com
- Size: 17.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nick Jaussi WP Theme
## Installation
You may want to use `--prefix wordpress/wp-content/themes/nick-jaussi` with any npm command, so you don't have to switch into the theme directory.
`npm install`
## Development
Watch for changes `npm run watch` or compile assets once running `npm run compile`
### Lint
Lint JS: `npm run lint-js` (fix `npm run lint-js -- --fix`)
Lint CSS: `npm run lint-css`## Production
Compile assets running `npm run compile-production`