Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes.exe #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,35 @@

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.

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.

[![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.


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