Skip to content

Commit bd35b72

Browse files
committed
added README
It was long missing
1 parent 4daa0b1 commit bd35b72

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Coding Bull
2+
Welcome to Coding Bull!
3+
4+
This is the code used to generate the site [codingbull.dev](https://codingbull.dev).
5+
6+
Follow us [in Youtube](https://www.youtube.com/@CodingBull-Dev)!
7+
8+
It is powered by [`11ty`](https://www.11ty.dev/).
9+
10+
## Development
11+
12+
- Download the repository
13+
- `npm install`
14+
- `npm start` to have hot reloading.
15+
- The site will be rendered in `http://localhost:8080`
16+
- `npm run build` to generate a production build in the `/dist` directory
17+
18+
## Deployment
19+
20+
Every time that the repository receives a push to the main branch, it will build and upload the site.
21+
22+
[![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 commit comments

Comments
 (0)