mirror of
https://github.com/chobbledotcom/as-home-furnishings.git
synced 2025-11-13 08:43:29 +00:00
No description
| .github/workflows | ||
| _lib | ||
| bin | ||
| src | ||
| .eleventy.js | ||
| .envrc | ||
| .gitignore | ||
| .pages.yml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
A&S Home Furnishings Website
This repository contains the website for A&S Home Furnishings.
Quick Links
Edit Main Pages
- Homepage
- About Us
- Services
- Reviews
- House Clearances
- House Removals
- Commercial Clearance
- New Furniture
- New Beds
- Contact
Website Management
Development
- Run
nix developto enter the development environment - Run
npm run serveto preview the site locally - Run
npm run buildto build the site for production - Run
bin/lintto format code with Biome