Requirements:
- Server requirements
- NodeJS 7.2.1 or NVM
- Gulp
Setup:
- Run 'composer install'
- Create a '.env' file from '.env-example'
- Run 'npm install'
- Create a 'gulpconfig.js' file from 'gulpfile.example.js'
Gulp tasks (see gulpfile.babel.js for details):
- 'gulp watch': run a watch task with browsersync, scss, js concat, etc.
- 'gulp build': build production assets (css, js)
- 'gulp staging': upload files to staging server
- 'gulp deployStaging': build file and upload to staging server
Learn more about Craft at craftcms.com.
See the Craft 4 documentation at https://craftcms.com/docs/4.x/.