Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 801 Bytes

Coding Bull

Welcome to Coding Bull!

This is the code used to generate the site codingbull.dev.

Follow us in Youtube!

It is powered by 11ty.

Development

  • Download the repository
  • npm install
  • npm start to have hot reloading.
    • The site will be rendered in http://localhost:8080
  • npm run build to generate a production build in the /dist directory

Deployment

Every time that the repository receives a push to the main branch, it will build and upload the site.

Deploy page