anuarhdz / craft-starter
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.1.1) of this package.
Package info
github.com/anuarhdz/craft-starter
Language:Twig
Type:project
pkg:composer/anuarhdz/craft-starter
1.1.1
2022-07-13 22:16 UTC
Requires
- craftcms/cms: 4.1.4.1
- craftcms/redactor: ^3.0
- ether/seo: ^4.0
- misterbk/mix: ^1.6
- sebastianlenz/linkfield: 2.1.3-rc
- verbb/field-manager: ^3.0
- vlucas/phpdotenv: ^5.4.0
Requires (Dev)
- yiisoft/yii2-shell: ^2.0.3
README
Contents
Command reference
- Run
npx mix watchto watch files to start development. - Run
npx mixto build assets for development. - Run
npx mix --productionto build assets for production. - Run
npm run lintto analyzes your code to find problems (javascript). - Run
npm run lintfixto analyze and fix problems in the code (javascript). - Run
npm run stylelintto analyzes your code to find problems (scss). - Run
npm run stylelintfixto analyze and fix problems in the code (scss).