bundle install && npm install
npm start
npm run build
You can lint your files with three commands. They will eventually become a part of CI
Configuration is located in .eslintrs.json
and .eslintignore files
. For rules description go to ESLint documentation
npm run lint:js
Configuration is located in .stylelintrc
. For rules description go to Stylelint documentation
npm run lint:style
There are several checks done using HTML Proofer. Most notable one is the broken links check, which will point out any broken links that may result from changes in URL structure or removing any sites.
npm run lint:html