Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lonerifle/vcbsg

Shares your ShopBack voucher group buy link on https://t.me/vcbsg to get you more cashback
https://github.com/lonerifle/vcbsg

Last synced: 20 days ago
JSON representation

Shares your ShopBack voucher group buy link on https://t.me/vcbsg to get you more cashback

Awesome Lists containing this project

README

        

# Voucher Cashback Buddies

Shares your ShopBack voucher group buy link on [@vcbsg on Telegram](https://t.me/vcbsg) to get you more cashback.

Codebase consists of Telegram Bot API and companion web frontend, built on Next.js and hosted on Netlify.

Find the Telegram bot at [@vcbsg_bot](https://t.me/vcbsg_bot)

## Based on Next + Netlify Starter

This is a [Next.js](https://nextjs.org/) v11 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!

This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. It also includes the [Essential Next.js Build Plugin](https://github.com/netlify/netlify-plugin-nextjs), which will allow for you to implement features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.