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

https://github.com/andrewmcodes-archive/rubocop-linter-action-issue-96


https://github.com/andrewmcodes-archive/rubocop-linter-action-issue-96

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Requirements
1. ruby 2.7
2. node 12
3. yarn

# Development Setup
1. `$ bin/setup`
2. `$ overcommit --install`
3. `$ overcommit --sign`
4. `$ overcommit --sign pre-commit`

# Webpack
## dev-server
`./bin/webpack-dev-server`

## watcher
`./bin/webpack --watch --colors --progress`

## standalone build
`./bin/webpack`

# JS Testing
Use Jest for javascript testing
`$ yarn test`

# Ruby Testing
Use Rspec for ruby/rails testing
`$ bundle exec rspec`