Skip to content

newridho/tailwind-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started ✨:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/newridho/tailwind-portfolio.git
  • Navigate to project directory.
cd tailwind-portfolio
  • Install package.
npm install flowbite
  • Run tailwind-css.
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
  • Create a new Branch
git checkout -b my-new-branch
  • Make your changes folderName/fileName

  • Add your changes

git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

About

LandPage with TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published