https://github.com/changoman/hchang-website
https://github.com/changoman/hchang-website
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/changoman/hchang-website
- Owner: ChangoMan
- Created: 2023-08-25T15:49:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T22:43:54.000Z (over 1 year ago)
- Last Synced: 2025-03-16T00:13:21.992Z (over 1 year ago)
- Language: HTML
- Homepage: https://hunterchang.com
- Size: 82 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hunter Chang
This is the personal website of Hunter Chang. I wanted a simple "Link in Bio" type of website, like Linktree, but also wanted it to look and feel like TikTok and Instagram Reels.
You can watch this companion video for more info about the code: https://www.youtube.com/watch?v=NZnrp8GvDko
To get started, install the node packages:
```
npm install
```
Get the Browser Sync watcher going:
```
npm run dev
```
In a new terminal tab, get the Tailwind CSS watcher going:
```
npm run dev-tailwind
```
To build and minify the final Tailwind CSS file, you can optionally run:
```
npm run build
```