#############################################
Bootnews Amp also available in html version. 
If you want to development Bootnews Amp with your framework, you can follow this tutorial.

Bootnews Amp build with Tailwind Css (Not with Bootstrap 5)

Tools required
- node js
- terminal
- text editor

How to start workflow ?

1. Open "bootnewsamp/html/" and run "npm install"
2. Run "npm run dev" and development is started
3. Don't forget to activate style css in html file for development
   <!-- <link rel="stylesheet" href="src/css/style.css"> -->
   with <link rel="stylesheet" href="src/css/style.css">
4. Now you can start editing any part in html theme
5. After finishing, run "npm run build" or "npm run buildrtl" (for rtl) to generate production files
6. Open production file in "dist/css/" and copy all production css
7. Remove again style css (no 3)
   <!-- <link rel="stylesheet" href="src/css/style.css"> -->
8. Your custon amp html is ready

For more information about Amp Project read in here https://amp.dev/documentation/guides-and-tutorials/