After you've forked and cloned the repo on to your local machine, go to the project directory and install the dependencies.
cd techtank-site && npm installTo start the local server:
npm devTo start the local server and run the Tailwind server simultaneously:
npm start