This is the forth iteration of my portfolio website. It is built with Next.js, React and Tailwind CSS. I took direct inspiration from nuIIpointerexception, Basically copied him and added my own touch to it.
-
Clone the repository
git clone https://github.com/nuIIpointerexception/www.seekvisualartist.com/
-
Install dependencies
bun install
-
Run the development server
bun run dev
Now you'll only need to deploy the app to your favorite hosting provider. Personally I'd recommend Vercel or Netlify.
-
Build the app
bun run build
-
Start the production server
bun run start
- Next.js - Bundler
- React - UI Library
- Tailwind CSS - CSS Framework
- Framer Motion - Animation Library
- GSAP - Animation Library
- Bun - Task Runner
- ESLint - Linter
- Prettier - Code Formatter
- Blobity - Cursor Effects
- usehooks-ts - Custom React Hooks