mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
✨ My portfolio built with Next.js, Tailwind CSS and Vercel.
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.21 to 18.0.22. - [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> |
||
---|---|---|
.github | ||
components | ||
pages | ||
public | ||
styles | ||
.gitignore | ||
LICENSE.md | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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
:)