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

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-02 01:39:49 +00:00
.github Initial commit 2023-02-14 23:10:01 +01:00
components Initial commit 2023-02-14 23:10:01 +01:00
pages Initial commit 2023-02-14 23:10:01 +01:00
public Initial commit 2023-02-14 23:10:01 +01:00
styles Initial commit 2023-02-14 23:10:01 +01:00
.eslintrc.json Initial commit 2023-02-14 23:10:01 +01:00
.gitignore Initial commit 2023-02-14 23:10:01 +01:00
LICENSE.md Initial commit 2023-02-14 23:10:01 +01:00
middleware.ts Initial commit 2023-02-14 23:10:01 +01:00
next-env.d.ts Initial commit 2023-02-14 23:10:01 +01:00
next.config.js -interest-cohort 2023-02-16 17:45:30 +01:00
package.json Bump @types/node from 18.11.18 to 18.14.2 2023-03-02 01:39:49 +00:00
postcss.config.js Initial commit 2023-02-14 23:10:01 +01:00
README.md Initial commit 2023-02-14 23:10:01 +01:00
tailwind.config.js Initial commit 2023-02-14 23:10:01 +01:00
tsconfig.json Initial commit 2023-02-14 23:10:01 +01:00
yarn.lock Bump @types/node from 18.11.18 to 18.14.2 2023-03-02 01:39:49 +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