Skip to content

The code for my 2024 portfolio website (Next JS, Tailwind)

License

Notifications You must be signed in to change notification settings

annetters/arabasz_com_2024

Repository files navigation

Portfolio website, arabasz.com

Working on a revamp of my portfolio website to make use of more recent technology like Tailwind CSS and Next JS. Deploys to Vercel.

Preview

https://arabasz-com-2024.vercel.app

What's the code stack?

How to run

These commands assume you have NPM (https://www.npmjs.com) installed and have run a npm i on the root folder.

  • npm run dev runs in development mode
  • npm run build runs a build to build the application for production usage
  • npm run start runs starts production server
  • npm run lint runs a lint based on ESLint configuration.

Releases

No releases published

Packages

No packages published