https://github.com/cpluspatch/cpluspatch-cms-next
The future of CPlusPatch CMS, now powered by Next.js
https://github.com/cpluspatch/cpluspatch-cms-next
Last synced: about 1 year ago
JSON representation
The future of CPlusPatch CMS, now powered by Next.js
- Host: GitHub
- URL: https://github.com/cpluspatch/cpluspatch-cms-next
- Owner: CPlusPatch
- Created: 2022-07-05T12:07:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T21:44:10.000Z (over 3 years ago)
- Last Synced: 2025-03-12T17:25:26.296Z (over 1 year ago)
- Language: TypeScript
- Homepage: cpluspatch-cms-next.vercel.app
- Size: 4.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CPlusPatch CMS Next
A work-in-progress CMS system built on top of Next.js and TailwindCSS
Key Features •
How To Install •
Credits •
License





## Key Features
* Lightning-fast, responsive and secure
* Server-side rendering allowing for smaller JS payloads and better website metrics
* Intuitive block-styled editor powered by EditorJS
* OAuth-based authentication, uses providers such as GitHub as sign-in methods
## How To Install
Install Node.js (version 16 is recommended for this project) and Git, then clone the repository:
```bash
# Clone this repository
$ git clone https://github.com/cpluspatch/cpluspatch-cms-next.git
# Go into the repository
$ cd cpluspatch-cms-next
# Install dependencies
$ npm install
# Run the app
$ npm run dev
```
### Linking Firebase
WIP
## Credits
This software uses the following open source libraries, as well as several NPM packages:
- [Next.js](https://nextjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [next-auth](https://next-auth.js.org/)
- [Node.js](https://nodejs.org/)
- [EditorJS](https://editorjs.io/)
## License
MIT
---