File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments