Skip to content

Arkaraj/Blog

Repository files navigation

BLOG

Progress

Done and Deployed 🚀 to Heroku

Slugify

Helps create clean and neat urls, removes spaces

Method-Override

A form only allow us GET and POST, dialog requests but this allows us to use other HTTP verbs like patch, delete 🥳

Requirements

Follow this link:

https://tailwindcss.com/docs/installation

Add this in package.json under scripts

"tw:build": "tailwindcss build ./css/app.css -o ./views/style.css"

To run this:

$ npm run tw:build 

Releases

No releases published

Packages

No packages published