https://github.com/nagariahussain/buildwithhussain.dev
Official #BuildWithHussain Website
https://github.com/nagariahussain/buildwithhussain.dev
Last synced: 8 months ago
JSON representation
Official #BuildWithHussain Website
- Host: GitHub
- URL: https://github.com/nagariahussain/buildwithhussain.dev
- Owner: NagariaHussain
- Created: 2023-05-31T09:15:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:44:20.000Z (10 months ago)
- Last Synced: 2025-01-12T07:36:24.324Z (9 months ago)
- Language: XSLT
- Homepage: https://bwh.live
- Size: 39.6 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build With Hussain
Source code for the offical website of [Build With Hussain YouTube Channel](https://youtube.com/@buildwithhussain).
Stack:
1. Astro + TailwindCSS for static site
2. Frappe Framework as headless CMS## Environment Secrets/Variables
`FRAPPE_API_KEY` and `FRAPPE_API_SECRET` must be set in your repository level secret in order for deployment to work. In local, you can create a `.env` file and store `API_KEY` and `API_SECRET` in them.