Skip to content

omaralsoudanii/mkreg.dev

Repository files navigation

mkreg.dev

My personal site powered by

Compatibility

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.

Running Locally

$ 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.