/whomwah_website

The person website of Duncan Robertson

Primary LanguageTypeScript

A personal website built using TailwindCSS

So this is my personal website. It's very simple. It's built standalone using TailwindCSS and is managed using vitejs. The animation uses tsParticles.

There are a few simple commands:

yarn run dev - this will run a dev server at http://localhost:3000 which updates on changes
yarn run build - this will build a production version in a dist/ directory in the root
yarn run preview - this will serve the production build at http://localhost:5000