https://github.com/rstacks/my-website
Source of my personal website, built to house my portfolio and other information about me.
https://github.com/rstacks/my-website
css html javascript react vercel vite
Last synced: 3 months ago
JSON representation
Source of my personal website, built to house my portfolio and other information about me.
- Host: GitHub
- URL: https://github.com/rstacks/my-website
- Owner: rstacks
- License: mit
- Created: 2023-05-22T17:49:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T20:47:58.000Z (11 months ago)
- Last Synced: 2025-08-09T22:17:47.801Z (11 months ago)
- Topics: css, html, javascript, react, vercel, vite
- Language: JavaScript
- Homepage: https://www.robertstacks.com
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My Website — robertstacks.com
# 
## Description
This repo contains the source code for my personal homepage and portfolio, built from scratch by me,
Robert Stacks. Feel free to have a look around and explore this repo's history.
## Downloading This Repo
You are free to download the contents of this repo for any purpose. Simply download and extract the ZIP archive for this repo or clone it locally
using the green "Code" button on this repo's homepage.
## Running
My website uses [React](https://react.dev/) and is built using [Vite](https://vitejs.dev/). You will need [Node.js](https://nodejs.org/en) version 20+ in order to run
my website locally.
Once you have downloaded the contents of this repo, navigate to its root directory and run `npm install`. This will automatically install the necessary packages.
From here, you can run `npm run dev` to start a local dev server. You can build my website using `npm run build` and test it locally using `npm run preview`.