Note
This is a work in progress. The website is currently being developed, transitioning from the legacy site to a new Astro implementation.
This repository contains the source for the upcoming No Clocks, LLC website. It is built with Astro and showcases the company's services, technology expertise, team, and contact information.
The project follows a standard Astro structure with these key directories:
src/
- Source code including components, layouts, pages, and stylespublic/
- Static assets like images and fontsdocs/
- Documentation and project informationlegacy/noclocks.dev/
- Previous website version with extracted HTML/JS/styles/images used as reference
Install the project dependencies once you have cloned the repository:
npm install
To start a local development server with live reload, run:
npm run dev
Generate a production build in the dist
directory with:
npm run build
The original website has been extracted and stored in the legacy/noclocks.dev/
directory.
This serves as a reference for content, design, and functionality when implementing
features in the new Astro site. Do not modify these files, as they are for reference only.
The following pages are being implemented in the new Astro site:
- Homepage
- About
- Services
- Team
- Contact
Large binaries such as legacy archives or high-resolution screenshots are tracked with Git LFS or kept outside the repository.
git lfs track "legacy/legacy-b12.zip"