Added website using Turborepo

| React, website, Next.js

The first step was using the starter template Next.js turborepo-next-basic tutorial. It was great to being able to both deploy it and build it from scratch.

Once I had a local copy of the template I was able to copy and past in a couple different apps (this website and another) and play with it. It took me a while to get the tsconfig files adjusted correctly (I had to comment out "moduleResolution": "node" for some reason), but once that was solved things started working.

On the Vercel site I just added the Git repository, and then it asked me which app I wanted to deploy! And then once it finished with that it asked if I wanted to add another one; so cool!