Improve development instructions

This commit is contained in:
Jay Trees 2022-01-21 09:36:43 +01:00
parent b25679386b
commit 43bb637c39

View file

@ -21,17 +21,26 @@ Use at your own risk.
## Contributing ## Contributing
Install dependencies Install dependencies
```
composer install
```
``` ### Composer
npm install - `composer install`
``` - `composer install --dev`
- `composer install --no-dev`
### NPM
Use one of the following commands.
- `npm install`
- `npm install --only=development`
- `npm install --only=production --no-optional`
### Theme changes ### Theme changes
``` ```
cd semantic cd semantic
gulp build
``` ```
And then one of the following commands:
- `gulp build`
- `gulp watch`
For more information see: https://fomantic-ui.com/introduction/build-tools.html For more information see: https://fomantic-ui.com/introduction/build-tools.html