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 install
To start the local server:
npm dev
To start the local server and run the Tailwind server simultaneously:
npm start