My Web3 CV website
Go to file
boilerrat ece54771b7 updated tsconfig changed reactor status 2025-01-10 20:28:35 -05:00
src updated tsconfig changed reactor status 2025-01-10 20:28:35 -05:00
.env status dashboard and other things 2025-01-08 22:37:16 -05:00
.gitignore init 2025-01-07 22:22:20 -05:00
README.md readme update 2025-01-08 22:59:11 -05:00
eslint.config.js init 2025-01-07 22:22:20 -05:00
index.html style and content 2025-01-08 20:19:14 -05:00
package-lock.json init 2025-01-07 22:22:20 -05:00
package.json init 2025-01-07 22:22:20 -05:00
postcss.config.js init 2025-01-07 22:22:20 -05:00
tailwind.config.js heading gradients fixed 2025-01-08 20:51:14 -05:00
tsconfig.app.json updated tsconfig changed reactor status 2025-01-10 20:28:35 -05:00
tsconfig.json init 2025-01-07 22:22:20 -05:00
tsconfig.node.json init 2025-01-07 22:22:20 -05:00
vite.config.ts init 2025-01-07 22:22:20 -05:00

README.md

Personal Website - Chris Wylde

A modern, responsive personal website built with React, TypeScript, and Vite. This project serves as a professional landing page and link aggregator, featuring sections for professional experience, Web3 achievements, NFT collections, and social connections.

🚀 Features

  • Modern React with TypeScript and Vite
  • Responsive design with Tailwind CSS
  • Animated sections and transitions
  • Dark theme with custom gradients
  • Social media integration
  • NFT gallery
  • Achievement showcase
  • Professional experience timeline

🛠 Tech Stack

  • React 18
  • TypeScript
  • Vite
  • Tailwind CSS
  • Lucide Icons
  • Recharts for data visualization

📦 Installation

Clone the repository:

git clone https://github.com/boilerrat/personal-website
cd personal-website

Install dependencies:

npm install

Start the development server:

npm run dev

Build for production:

npm run build

🌐 Domain Transfer to Vercel

Current Setup

Steps to Transfer Domain to Vercel

  1. Add Domain to Vercel Project

    • Go to your Vercel project dashboard
    • Navigate to "Settings" > "Domains"
    • Add your domains: chriswylde.xyz and boilerrat.xyz
    • Vercel will provide nameserver information
  2. Update Namecheap DNS Settings

    • Log in to Namecheap

    • Go to "Domain List" and select your domain

    • Click "Manage"

    • Select "Custom DNS" under "Nameservers"

    • Add Vercel's nameservers:

      ns1.vercel-dns.com
      ns2.vercel-dns.com
      
  3. Wait for Propagation

    • DNS changes can take up to 48 hours to propagate
    • You can check propagation status in Vercel's dashboard
  4. SSL/HTTPS Setup

    • Vercel automatically provisions SSL certificates
    • No additional configuration needed

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Contact