https://github.com/kohrongying/css-battle
My participation in cssbattle.dev
https://github.com/kohrongying/css-battle
Last synced: about 2 months ago
JSON representation
My participation in cssbattle.dev
- Host: GitHub
- URL: https://github.com/kohrongying/css-battle
- Owner: kohrongying
- Created: 2019-04-18T05:13:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T16:02:03.000Z (about 6 years ago)
- Last Synced: 2025-01-27T22:14:30.289Z (4 months ago)
- Language: HTML
- Homepage: https://kohrongying.github.io/css-battle
- Size: 204 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My entries in [CSS Battle!](https://cssbattle.dev/)
### Site Built with
- 1 HTML
- 1 JS
- Polymer CLI
- 1 Dependency: [Polymer Lit-Html](https://lit-html.polymer-project.org/)### Results
##### 2019
- 18th April: 514th out of 14499
- 20th April: 354th out of 15343## Running in local dev
In your directory containing the `index.html`,
```
python3 -m http.server 8001
```
open `localhost:8001` in browser.## Deploy to GH Pages
```
npm run build
git subtree push --prefix=build/es6-bundled/ origin gh-pages
```