Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
It was long missing
  • Loading branch information
Bullrich committed May 12, 2024
1 parent 4daa0b1 commit bd35b72
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Coding Bull
Welcome to Coding Bull!

This is the code used to generate the site [codingbull.dev](https://codingbull.dev).

Follow us [in Youtube](https://www.youtube.com/@CodingBull-Dev)!

It is powered by [`11ty`](https://www.11ty.dev/).

## 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](https://github.com/CodingBull-dev/codingbull-dev.github.io/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/CodingBull-dev/codingbull-dev.github.io/actions/workflows/deploy-site.yml)

0 comments on commit bd35b72

Please sign in to comment.