My portfolio built with Next.js, Tailwind CSS and Vercel.
Find a file
dependabot[bot] f59ff2eb06
Bump swr from 2.0.3 to 2.0.4
Bumps [swr](https://github.com/vercel/swr) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 23:57:59 +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 swr from 2.0.3 to 2.0.4 2023-03-01 23:57:59 +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 swr from 2.0.3 to 2.0.4 2023-03-01 23:57:59 +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