/portfolio

My personal portfolio

Primary LanguageJavaScript

My personal Portfolio

I used the Next.js with Tailwind CSS official example.

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app

Run for development

npm run dev