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

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

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

![screenshot](https://i.imgur.com/XttQ8nD.png)
![screenshot](https://i.imgur.com/SEwjHHP.png)
![screenshot](https://i.imgur.com/IB7asZe.png)
![screenshot](https://i.imgur.com/lsaxw3u.png)
![screenshot](https://i.imgur.com/CQkd0Oc.png)

## 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

---