Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hakim-d/tapchamps-11ty

TapChamps website
https://github.com/hakim-d/tapchamps-11ty

11ty alpinejs nunjucks tailwindcss

Last synced: 5 days ago
JSON representation

TapChamps website

Awesome Lists containing this project

README

        

# TapChamps — 11ty

TapChamps website is templated using [Eleventy](https://www.11ty.dev/)

[](https://11ty.dev/) [](https://tailwindcss.com) [](https://alpinejs.dev/)

Screenshot 2024-02-06 at 12 16 18




> [TapChamps](https://play.google.com/store/apps/details?id=com.tapchamps.tap) is an app that allows you to play games and earn rewards. You can choose from a variety of games in different genres, such as casual, board, puzzle, trivia, and more. You can also participate in tournaments and compete with other players. The more you play, the more diamonds you can collect. Diamonds are the virtual currency that you can use to redeem prizes, such as gift cards from Amazon, Visa, PayPal, and other providers.





**Install**

```ruby
npm install
```

**Dev Build**

This command will build the website into ``_site`` folder, watch the file changes and start a dev server at ``http://localhost:8080``

```ruby
npm start
```

**Prod Build**

This will generate the website into the ``_site`` folder

```ruby
npm run build
```