My portfolio built with Next.js, Tailwind CSS and Vercel.
Find a file
dependabot[bot] 6ab9180606
Bump eslint-config-next from 13.1.6 to 13.2.3
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.6 to 13.2.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.2.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 23:58:48 +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 eslint-config-next from 13.1.6 to 13.2.3 2023-03-01 23:58:48 +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 eslint-config-next from 13.1.6 to 13.2.3 2023-03-01 23:58:48 +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