Zackhardtoname / personal-website-v2

Kevin Wang's Personal Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Kevin Wang's Personal Website

To visit the live site, check it out at: https://www.kevinjwang.com

This project is an iteration of Kevin Wang's personal portfolio website built using HTML, CSS, Tailwind, and JS.

To get started with the development server:

  1. Start the development server:

    # Using npm
    npm run serve
    
    # Using Yarn
    yarn run serve

    Now you should be able to see the project running at localhost.

Building for production

To build an optimized version of the CSS, run:

# Using npm
npm run production

# Using Yarn
yarn run production

After that's done, check out ./public/build/tailwind.css to see the optimized output.

Hosted using Netlify and Namecheap

About

Kevin Wang's Personal Website


Languages

Language:CSS 96.0%Language:HTML 3.6%Language:JavaScript 0.4%