An open API service indexing awesome lists of open source software.

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

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
```