¡Hola! 🖖 Este es un proyecto relacionado a Pilas Bloques ❤️. En el repositorio de ese proyecto encontrarás las guías sobre cómo contribuir y el código de conducta, que son guías que aplican también a este proyecto.
Hi! 🖖 This is a project related to Pilas Bloques ❤️. In that project's repository you'll find the contribution guidelines and the code of conduct which also apply to this project.
Pilas Bloques main website. If you are looking for Pilas Bloques app source, it can be found here
npm installwill install dependencies and clone subproject pilas-bloques.npm testruns tests.npm startwill serve the webpage.npm run buildwill build the site todistfolder. It uses subprojectpilas-bloquesversion to set download links.npm run package:sitewill put the site AND Pilas Bloques app in a nice ready-to-publish compressed tar.gz file. Gets Pilas Bloques frommasterbranch.
For releasing & deploying:
- Make sure the desired publishable
pilas-bloquesproject version is on itsmasterbranch. - Just run
npm run release. This will runpackage:siteon the CI and publish it. - Then, deploy using project containerization.