Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddbird/topdog-site
A placeholder static site for TopDog
https://github.com/oddbird/topdog-site
Last synced: 8 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-25T21:05:37.000Z (about 4 years ago)
- Last Synced: 2024-10-29T18:48:53.301Z (16 days ago)
- Language: CSS
- Size: 700 KB
- Stars: 0
- Watchers: 3
- 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.