From 4e08d703e299b2670c4a2b8fba5b5f94c527e98f Mon Sep 17 00:00:00 2001 From: zachsa999 Date: Thu, 2 Jun 2022 14:57:19 -0500 Subject: [PATCH 1/3] changes.exe --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 217b28b0..9f1b8a08 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,22 @@ This is a sample [Strapi](https://strapi.io/) app, configured for deployment to [Render](https://render.com). It uses a SQLite database, which is stored on a [persistent disk](https://render.com/docs/disks) along with uploaded Media Library files. +This repo forces all changes to be made in dev mode, after forking, run `yarn install && yarn develop` to open development mode (allows editing of post types). + +After changing the software to your liking simply submit a push request to github +``` +git add . +git commit -m "your commit message" +git push origin master +``` + +You will need a private key if you are using github. + + Fork this repo and click the button below to deploy. [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy) + + See the guide at https://render.com/docs/deploy-strapi for more information. From e474c7b0bace78aba6381f8e5d3d45ceb5f4f4ca Mon Sep 17 00:00:00 2001 From: zachsa999 Date: Thu, 2 Jun 2022 15:45:47 -0500 Subject: [PATCH 2/3] detailed documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f1b8a08..b5b2649d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ git push origin master You will need a private key if you are using github. +rename .env.example to `.env` and paste the corresponding variable from `render.com` environment variables + +make sure to use node v14 and run `npm install` before the environment will start Fork this repo and click the button below to deploy. From 744c33d7328e9cc1bd7e13096be6bed16b4d178b Mon Sep 17 00:00:00 2001 From: zachsa999 Date: Thu, 2 Jun 2022 17:26:34 -0500 Subject: [PATCH 3/3] add some things --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b5b2649d..af9fa0aa 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,13 @@ Fork this repo and click the button below to deploy. See the guide at https://render.com/docs/deploy-strapi for more information. + + +Install https://market.strapi.io/plugins/strapi-plugin-import-export-entries Adds import Export Functianality + +Install https://market.strapi.io/plugins/@strapi-plugin-graphql Adds GraphQL + +Install https://market.strapi.io/plugins/strapi-plugin-website-builder Builds Sites Periodically + +This one seems to break it^^^ +