Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whomwah/whomwah_website
- Owner: whomwah
- Created: 2015-01-09T15:17:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:46:25.000Z (11 months ago)
- Last Synced: 2023-12-15T14:27:31.590Z (11 months ago)
- Topics: sass, tailwindcss
- Language: TypeScript
- Homepage: https://whomwah.com
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```