Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blazeisclone/strapi-nextjs-monorepo
- Owner: BlazeIsClone
- Created: 2023-06-24T05:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-25T14:00:49.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:24:52.102Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```