My personal site powered by
If for some reason the app fails to start, it might be due incompatible Node version.
I use NVM with Yarn, and the repo have .nvmrc file, so you can check what's the current version I'm using.
$ git clone https://github.com/omaralsoudanii/mkreg.dev
$ cd mkreg.dev
$ yarn
$ yarn dev
Create a .env.local
file similar to .env.example
Also you need a PlanetScale database, check their docs and setup one.
If you are using vscode, my workspace settings are commited to git – if you hate it then just delete the folder and reload vscode.