https://github.com/rajasegar/hdd
Website for HTML Driven Development
https://github.com/rajasegar/hdd
hdd html htmldrivendev
Last synced: 6 months ago
JSON representation
Website for HTML Driven Development
- Host: GitHub
- URL: https://github.com/rajasegar/hdd
- Owner: rajasegar
- License: mit
- Created: 2021-04-17T07:30:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T05:09:46.000Z (over 3 years ago)
- Last Synced: 2025-02-14T05:46:10.635Z (8 months ago)
- Topics: hdd, html, htmldrivendev
- Language: Pug
- Homepage: https://htmldriven.dev
- Size: 4.39 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# htmldriven.dev
This is the source code for the website [htmldriven.dev](https://www.htmldriven.dev).
HTML Driven Development (HDD) is a set of core values, principles and practices for tackling complexity in the heart of Web development.
This application is built in [Express.js](https://expressjs.com) using [Pug](https://pugjs.org) as the template engine.
## Local development
Clone this repo, install the dependencies and start the server in dev mode.
```
git clone https://github.com/rajasegar/hdd
cd hdd
npm install
npm run dev
```Follow htmldriven.dev on [Twitter](https://twitter.com/htmldrivendev).
Before creating any issues, please discuss with us on the official [Discord](https://discord.gg/AcTWdPR8) channel.