TapChamps website is templated using Eleventy
TapChamps 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
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
npm start
Prod Build
This will generate the website into the _site
folder
npm run build