Resources for the WCEU 2023 website.
Initially to host the styles used on the WCEU 2023 website, but also for any >documentation or assets related to the event.
Note: @wordpress/scripts requires Node.js 14.0.0 or later, and npm 6.14.4 or later. It is not compatible with older versions.
npm install
While working on the project, you might need to rebuild the CSS or JavaScript ( to include more files ).
To build, run:
npm run build
If you want to watch for changes, run:
npm run start
This project has eslint, stylelint, and phpcs set up for linting the code. This ensures all developers are working from the same style. To check your code before pushing it to the repo, run:
npm run lint:css