anuarhdz / craft-starter
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Twig
Type:project
pkg:composer/anuarhdz/craft-starter
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).