1
0
Fork 0
mirror of https://github.com/chobbledotcom/as-home-furnishings.git synced 2025-11-13 08:43:29 +00:00
No description
Find a file
2025-11-12 11:41:23 +00:00
.github/workflows Update to NodeJS 24 2025-10-01 23:36:35 +01:00
_lib Switch to Github / Bunny 2025-10-01 23:17:53 +01:00
bin Switch to Github / Bunny 2025-10-01 23:17:53 +01:00
src Add www to canonical url 2025-10-04 11:13:44 +01:00
.eleventy.js Switch to Github / Bunny 2025-10-01 23:17:53 +01:00
.envrc Initial commit 2025-03-14 11:30:40 +00:00
.gitignore Don't ignore package.json 2025-10-01 23:18:55 +01:00
.pages.yml Hide settings 2025-11-12 11:41:23 +00:00
flake.lock Switch to Github / Bunny 2025-10-01 23:17:53 +01:00
flake.nix Update to NodeJS 24 2025-10-01 23:36:35 +01:00
LICENSE Initial commit 2025-03-14 11:30:40 +00:00
package-lock.json Switch to Github / Bunny 2025-10-01 23:17:53 +01:00
package.json Don't ignore package.json 2025-10-01 23:18:55 +01:00
README.md Switch to Github / Bunny 2025-10-01 23:17:53 +01:00

A&S Home Furnishings Website

This repository contains the website for A&S Home Furnishings.

Edit Main Pages

Website Management

Development

  • Run nix develop to enter the development environment
  • Run npm run serve to preview the site locally
  • Run npm run build to build the site for production
  • Run bin/lint to format code with Biome