Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.33 KB

samkeddy.com

This is the source code for my personal web development portfolio.

Hosted by Netlify at samkeddy.com.

Technologies Used

  • React: Frontend library for building the user interface
  • TypeScript: Static typing for local development
  • Vite: Development environment and build tools
  • CSS: Standard modern CSS
  • Netlify: Used to host the site statically

Development

Prerequisites

  • Node.js (version 18)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
git clone https://github.com/skeddles/samkeddy.com.git
cd samkeddy.com
  1. Install the dependencies:
npm install

Running the Development Environment

To start the development server, run:

npm run dev

This will start the Vite development server and provide a local URL to preview the site.

Building the Project

To build the project for production, run:

npm run build

This will create an optimized build of the application in the dist directory.

Deployment

To deploy to Netlify, just used npm run build as the build command and dist as the publish directory.

Usage

You are welcome to use this project as a base for your own websites, provided you remove all images and text content and replace it with your own. No credit or permission needed.