This is the source code for my personal web development portfolio.
Hosted by Netlify at samkeddy.com.
- 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
- Node.js (version 18)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/skeddles/samkeddy.com.git
cd samkeddy.com
- Install the dependencies:
npm install
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.
To build the project for production, run:
npm run build
This will create an optimized build of the application in the dist
directory.
To deploy to Netlify, just used npm run build
as the build command and dist
as the publish directory.
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.