Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whomwah/whomwah_website

The person website of Duncan Robertson
https://github.com/whomwah/whomwah_website

sass tailwindcss

Last synced: 13 days ago
JSON representation

The person website of Duncan Robertson

Awesome Lists containing this project

README

        

# A personal website built using TailwindCSS

So this is [my personal website](https://whomwah.com). It's very simple. It's built standalone using [TailwindCSS](https://tailwindcss.com/) and is managed using [vitejs](https://vitejs.dev/). The animation uses [tsParticles](https://particles.js.org/).

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
```