Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakim-d/tapchamps-11ty
- Owner: hakim-d
- Created: 2024-02-05T15:24:15.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-06T11:26:56.000Z (11 months ago)
- Last Synced: 2024-11-07T05:55:27.606Z (about 2 months ago)
- Topics: 11ty, alpinejs, nunjucks, tailwindcss
- Language: Nunjucks
- Homepage: https://tapchamps.com
- Size: 9.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
> [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
```