An open API service indexing awesome lists of open source software.

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

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`