Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captain-woof/charity-cms
CharityCMS - One platform to manage all NGOs and donations.
https://github.com/captain-woof/charity-cms
cms contentful formik javascript lamda-functions nextjs reactjs typescript vercel yup yup-validation
Last synced: 6 days ago
JSON representation
CharityCMS - One platform to manage all NGOs and donations.
- Host: GitHub
- URL: https://github.com/captain-woof/charity-cms
- Owner: captain-woof
- License: mit
- Created: 2021-10-23T15:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T18:25:57.000Z (about 3 years ago)
- Last Synced: 2024-11-16T04:42:14.302Z (2 months ago)
- Topics: cms, contentful, formik, javascript, lamda-functions, nextjs, reactjs, typescript, vercel, yup, yup-validation
- Language: TypeScript
- Homepage: https://charity-cms.vercel.app
- Size: 10.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charity CMS
![GitHub](https://img.shields.io/github/license/captain-woof/charity-cms?label=License) ![Lines of code](https://img.shields.io/tokei/lines/github/captain-woof/charity-cms?label=Total%20lines) ![GitHub repo file count](https://img.shields.io/github/directory-file-count/captain-woof/charity-cms?label=Files) ![GitHub contributors](https://img.shields.io/github/contributors/captain-woof/charity-cms?label=Contributors) ![GitHub package.json dynamic](https://img.shields.io/github/package-json/keywords/captain-woof/charity-cms?label=Keywords)### 1. Setting up development environment 🚀
1. Clone the repository
2. Go to cloned repo directory
3. Run `yarn` to install all dependencies. *(To install yarn, use `npm i --global yarn`)*
4. Add [these environment variables](https://drive.google.com/file/d/15hLeXL2ILWQb-piSjUyBUJIkOhGswk0A/view?usp=sharing) in `.env.local` (create this file) **(SENSITIVE - DO NOT LEAK)**.
5. Run `yarn dev` to start up the dev server on `localhost:3000`### 2. Deployed domains 👨💻
- **Production** *(branch: main)*: [https://charity-cms.vercel.app/](https://charity-cms.vercel.app/)
### 3. Project shared drive 🐅
[Shared drive link](https://drive.google.com/drive/folders/1_h7JrrD1CM8rkW28EalzCTEOSySvWX-x?usp=sharing)
### 4. Links 🔍
1. [Razorpay initialization options](https://razorpay.com/docs/payment-gateway/web-integration/standard/checkout-options/)