Ampt example with Hono and HTMX

Watch the walk through here: https://www.youtube.com/watch?v=Ib3iSDcXYiY

Clone the repository and install the dependencies:

npm install

Then be sure to install the Ampt CLI globally:

npm i @ampt/cli -g

Then run start the Ampt CLI in dev mode

ampt dev

To populate some dummy data, run the following command from within the Ampt CLI:

import

Check out more information about Ampt at getampt.com.