b099l3 / iainsmith.me

✨ My portfolio built with Next.js, Tailwind, Prisma, and Vercel.
https://iainsmith.me
Other
4 stars 0 forks source link

Deploy with Vercel

iainsmith.me

Learn More

I was highly inspired by Lee Rob's blog and used it as a starting point. I would recommend having a look at his site and YouTube channel

Differences from lee's blog

Overview

Running Locally

$ git clone https://github.com/b099l3/iainsmith.me.git
$ cd iainsmith.me
$ yarn
$ yarn dev

Create a .env file similar to .env.example.

Cloning / Forking

Please review the license and remove all of my personal information (resume, blog posts, images, etc.).

Making a new post?

  ---
  title: 'The future-proof solution to manage your Flutter versions: global, FVM, or asdf-vm?'
  publishedAt: '2022-01-26'
  summary: 'Want to try the latest Flutter version but don't want your existing projects to break? Want to have a consistent environment across the dev team? Want to future-proof your dev environment? Let me show you how...'
  image: '/static/images/future-proof-your-flutter-env/banner.webp'
  category: 'Flutter'
  ---