Prettier and a new readme

This commit is contained in:
skidoodle 2022-08-26 21:27:32 +02:00
parent 146b35d1d3
commit f21d8f8086
16 changed files with 352 additions and 2594 deletions

View file

@ -1,2 +1,29 @@
# albert.lol
Built with Next.js ♥
# Portfolio v3
An awesome portfolio built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/)
## Installation
Clone the repository
```
git clone https://github.com/skidoodle/albert.lol
```
Install the dependencies with [yarn](https://yarnpkg.com/)
```
yarn
```
## Usage
```
yarn dev
```
Go to `localhost:3000` :)
## License
[MIT](https://choosealicense.com/licenses/mit/)