My portfolio built with Next.js, Tailwind CSS and Vercel.
Find a file
dependabot[bot] b28f6af977
Bump @types/react from 18.0.27 to 18.0.28
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.27 to 18.0.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 21:58:16 +00:00
.github Initial commit 2023-02-14 22:56:05 +01:00
components Initial commit 2023-02-14 22:56:05 +01:00
pages Initial commit 2023-02-14 22:56:05 +01:00
public Initial commit 2023-02-14 22:56:05 +01:00
styles Initial commit 2023-02-14 22:56:05 +01:00
.eslintrc.json Initial commit 2023-02-14 22:56:05 +01:00
.gitignore Initial commit 2023-02-14 22:56:05 +01:00
LICENSE.md Initial commit 2023-02-14 22:56:05 +01:00
middleware.ts Initial commit 2023-02-14 22:56:05 +01:00
next-env.d.ts Initial commit 2023-02-14 22:56:05 +01:00
next.config.js Initial commit 2023-02-14 22:56:05 +01:00
package.json Bump @types/react from 18.0.27 to 18.0.28 2023-02-14 21:58:16 +00:00
postcss.config.js Initial commit 2023-02-14 22:56:05 +01:00
README.md Initial commit 2023-02-14 22:56:05 +01:00
tailwind.config.js Initial commit 2023-02-14 22:56:05 +01:00
tsconfig.json Initial commit 2023-02-14 22:56:05 +01:00
yarn.lock Bump @types/react from 18.0.27 to 18.0.28 2023-02-14 21:58:16 +00:00

Portfolio v3

An awesome portfolio built with Next.js and Tailwind CSS

Installation

Clone the repository

git clone https://github.com/skidoodle/albert.lol

Install the dependencies with yarn

yarn

Usage

yarn dev

Go to localhost:3000 :)

License

MIT