https://github.com/oddbird/topdog-site
A placeholder static site for TopDog
https://github.com/oddbird/topdog-site
Last synced: 12 months ago
JSON representation
A placeholder static site for TopDog
- Host: GitHub
- URL: https://github.com/oddbird/topdog-site
- Owner: oddbird
- Created: 2020-08-25T20:40:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-25T21:05:37.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T15:28:49.533Z (about 1 year ago)
- Language: CSS
- Size: 700 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TopDog Site
A placeholder static site for TopDog
## Development
This is a single static HTML page, with some Sass.
- Clone the repo: `https://github.com/oddbird/topdog-site`
- Install Sass: `yarn`
- Compile Sass: `yarn build`
- Watch Sass: `yarn watch`
## Deploy
The site is deployed on GitHub Pages,
from the `main` branch.
Once changes are merged,
they will automatically be deployed live.