This is the code for the property site tutorial at katnip.dev.
It shows how to use katnip to create a property listing site.
What does it do?
Shows how to:
- How to set up and query a database.
- Use the tailwind plugin.
- Deploying on cloudflare
Installing:
To test it out, clone this repository and run:
npm install
npm start
To deploy as a cloudflare worker, you need to de logged in via wrangler
. Then run:
npm run deploy