Welcome to Coding Bull!
This is the code used to generate the site codingbull.dev.
Follow us in Youtube!
It is powered by 11ty.
- Download the repository
npm installnpm startto have hot reloading.- The site will be rendered in
http://localhost:8080
- The site will be rendered in
npm run buildto generate a production build in the/distdirectory
Every time that the repository receives a push to the main branch, it will build and upload the site.