Skip to content

WP-Italia-Community/wcit-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordCamp Italia 2022

WordCamp Italia 2022 site stuffs.

The custom CSS will live in GitHub repository and it can be loaded as external resource from WordCamp site.

Contributing

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.

Authors

  • Enrico Sorcinelli
  • Enrico Battocchi