fluxxus / blogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strapi with Sqlite Database on Elestio

This is a minimal example of a Strapi site with sqlite database created using create-strapi-app

Click on the button below to deploy this repository with CI/CD on Elestio:

Deploy on Elest.io

screenshot of the Strapi-sqlite app

Steps to clone this repository and run locally.

Step 1: Clone this repository

git clone YOUR_REPOSITORY_URL

Step 2: Go to project folder

cd strapi-sqlite

Step 3: Install dependencies

npm install

Rename .env.sample to .env

Step 4: Run your app in dev mode

npm run develop

Step 5: Make some changes and push

Try to make some change in your strapi-sqlite project then push to the git repository

After few seconds to few minutes your change will be deployed on your CI/CD target 🚀

About


Languages

Language:JavaScript 100.0%