# Contributing

## Files

- CSS styles are in `src/kempo.css`
- Highlight JS styles are in `src/kempo-hljs.css`

## Development

- `npm run docs` - Run the docs server locally [http://localhost:4048/](http://localhost:4048/)
- `npm run build` - Build minified CSS files
- `npm run build:watch` - Watch for changes and rebuild automatically
- `npm run test` - Run the unit tests

## Pull Requests

Pull requests contributes are well. All contributions must add unit tests. All unit tests must pass.