No description
- TypeScript 98.6%
- CSS 0.9%
- HTML 0.4%
- JavaScript 0.1%
|
|
||
|---|---|---|
| css | ||
| icons | ||
| js | ||
| node_modules | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| vite.config.js | ||
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!