No description
  • TypeScript 98.6%
  • CSS 0.9%
  • HTML 0.4%
  • JavaScript 0.1%
Find a file
2025-06-04 14:27:21 -05:00
css Overhaul styles and tighten security 2025-06-04 14:23:00 -05:00
icons Create placeholder.png 2025-04-21 13:20:18 -05:00
js new tab 2025-04-21 13:13:49 -05:00
node_modules revert 2025-04-28 10:22:06 -05:00
index.html Overhaul styles and tighten security 2025-06-04 14:23:00 -05:00
package-lock.json revert 2025-04-28 10:22:06 -05:00
package.json revert 2025-04-28 10:22:06 -05:00
readme.md Update README with site info and local setup 2025-06-04 14:26:36 -05:00
vite.config.js revert 2025-04-28 10:22:06 -05:00

Cole's Website

Hey! I'm Cole. This site is a little place where I keep my online stuff together. The home page shows my status and links to my socials, there's a page for recent activity, and there's a projects section for things I'm working on.

Running it locally

Make sure you've got Node.js installed. Then install the dependencies and start the dev server:

npm install
npm run dev

Vite will let you know which address to open (usually http://localhost:5173). That's it!