/teachinder

Teachers website.

Primary LanguageJavaScript

Logo Template

Links

Prerequisites

Node.js (^10.12.0, or >=14.0.0)


Get started

	git clone https://github.com/luamoris/teachinder.git
	cd teachinder
	npm i
	npm start

For build

	npm run dev		// development
	npm run build	// production

For lint

	npm run lint		// lint Javascript files
	npm run stylelint	// lint SCSS files

Additionally for the VS Code

Extensions

  • ESLint
  • Stylelint

settings.json

	"stylelint.ignoreDisables": true,