Skip to content

Instantly share code, notes, and snippets.

View mdasifmunshe's full-sized avatar
😄
Ready to Work

Md Asif Munshe mdasifmunshe

😄
Ready to Work
  • Dhaka, Bangladesh
View GitHub Profile
@mdasifmunshe
mdasifmunshe / Install Tailwind CSS with Vite and Yarn
Created February 25, 2023 15:20
Setting up Tailwind CSS in a Vite project with Yarn.
/* Terminal */
yarn create vite my-project
cd my-project
yarn add -D tailwindcss postcss autoprefixer
yarn tailwindcss init -p
/* tailwind.config.cjs */
/** @type {import('tailwindcss').Config} */
module.exports = {
# Ubuntu
sudo su
## How to upgrade
sudo apt-get update
## How do I update Ubuntu using terminal
sudo apt-get upgrade
## How to remove old kernel versions on Ubuntu 18.04 or above