Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/loyalty-program
https://github.com/malcodeman/loyalty-program
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/loyalty-program
- Owner: malcodeman
- License: mit
- Created: 2021-07-24T21:12:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T16:21:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:10:32.428Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 782 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - loyalty-program - Loyalty and engagement program web app, powered by Notion as a database. (Next.js)
README
# Loyalty Program 💰
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/loyalty-program/blob/master/LICENSE)Loyalty and Engagement program web app, powered by Notion as a database.
![Screenshot](docs/screenshot.png)
## Getting started
`.env.local`
```
NOTION_KEY = KEY
GOOGLE_CLIENT_ID = ID
GOOGLE_CLIENT_SECRET = SECRET
``````
yarn install
yarn dev
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.