This is the fifth iteration of my portfolio website. It is built with Next.js, React and Tailwind CSS.
My goal was to try out a simplistic glass-morphism-like design and learn more about React and Next.js.
Check it out here
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
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.
If you liked this project, please consider giving it a ⭐!