Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blazeisclone/strapi-nextjs-monorepo

NextJS frontend with Strapi CMS backend monorepo with Turborepo.
https://github.com/blazeisclone/strapi-nextjs-monorepo

Last synced: about 1 month ago
JSON representation

NextJS frontend with Strapi CMS backend monorepo with Turborepo.

Awesome Lists containing this project

README

        

# Turborepo starter

[![Strapi](https://img.shields.io/badge/strapi-%232E7EEA.svg?style=for-the-badge&logo=strapi&logoColor=white)](https://strapi.io/)
[![NextJS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
![MySQL](https://img.shields.io/badge/mysql-white.svg?style=for-the-badge&logo=mysql&logoColor=blue)
[![Typescript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)

This is an official starter Turborepo.

# Server Requirements

Install PM2 Process Manager:

```bash
npm install pm2 --global
```

# Requried Credentials For GitHub Actions

```.env
# Repository Secrets
REMOTE_SSH_PRIVATE_KEY
REMOTE_USERNAME

# Repository Variables
REMOTE_HOST
REMOTE_PATH
```