Skip to content

diana-lakatos/nearme-documentation

Repository files navigation

Editing

Development

bundle install && npm install

npm start

Build assets before commit if changed CSS/JS

npm run build

Linting

You can lint your files with three commands. They will eventually become a part of CI

Running ESLint

Configuration is located in .eslintrs.json and .eslintignore files . For rules description go to ESLint documentation

npm run lint:js

Stylelint

Configuration is located in .stylelintrc. For rules description go to Stylelint documentation

npm run lint:style

HTML, links and more

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages