Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khanyo's Laundry — React site

Push this to GitHub and make it live

The repo already exists at https://github.com/CodevenientLab/Khanyos-Laundry. From inside this unzipped folder:

git init
git add .
git commit -m "Initial site"
git branch -M main
git remote add origin https://github.com/CodevenientLab/Khanyos-Laundry.git
git push -u origin main

A workflow (.github/workflows/deploy.yml) runs automatically on every push to main. It builds the site and publishes the result to a gh-pages branch (created automatically on first run).

Once that first run finishes (check the Actions tab):

  1. Go to the repo → Settings → Pages
  2. Under Build and deployment → Source, choose Deploy from a branch
  3. Set branch to gh-pages / root, and save

The site will then be live at:

https://codevenientlab.github.io/Khanyos-Laundry/

Every future push to main will rebuild and redeploy automatically — no need to repeat the Settings steps again.

Running it locally

You'll need Node.js installed (v18 or newer).

  1. Unzip this folder and open a terminal inside it.
  2. Install dependencies:
    npm install
    
  3. Start the dev server:
    npm run dev
    
  4. Open the URL it prints (usually http://localhost:5173) in your browser.

Changes you make to files in src/ will reload automatically.

Building for deployment

npm run build

This creates a dist/ folder with static files you can upload to any web host.

Project structure

  • src/App.jsx — all page sections (Hero, quote form, gallery, pricing, etc.)
  • src/index.css — all styling
  • public/ — the logo and gallery photos, served as-is

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages