WordCamp Italia 2022 site stuffs.
The custom CSS will live in GitHub repository and it can be loaded as external resource from WordCamp site.
In order to contribute to project you have to do following steps:
-
Fork project with your GitHub account.
-
Clone your repository locally:
%> git clone [email protected]:<YOUR_USERNAME>/wcit-2022.git
-
Create a new one branch foreach single enhancement/bug.
-
Local development needs Node.js and Grunt in order to run linters, build code, run unit tests (PHPUnit/QUnit), minifization, automatic documentation generation, etc. Install Node.js packages from project directory:
%> npm install
Use Grunt task for develepomt stuffs.
-
Push your branch on your GitHub origin and create new one pull request.
- Enrico Sorcinelli
- Enrico Battocchi