¡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 install
will install dependencies and clone subproject pilas-bloques.npm test
runs tests.npm start
will serve the webpage.npm run build
will build the site todist
folder. It uses subprojectpilas-bloques
version to set download links.npm run package:site
will put the site AND Pilas Bloques app in a nice ready-to-publish compressed tar.gz file. Gets Pilas Bloques frommaster
branch.
For releasing & deploying:
- Make sure the desired publishable
pilas-bloques
project version is on itsmaster
branch. - Just run
npm run release
. This will runpackage:site
on the CI and publish it. - Then, deploy using project containerization.