Skip to content

mlgpuntnl/cms

Repository files navigation

CMS

Just a cms

Setup development envoirment

Prerequisites

Make sure you have installed the following programs:

Evnoirment variables

  • Copy the .env.example file and rename it to .env.
  • Fill the .env file with the desired variables
  • Only envoirment variables starting with APP_ will be available in your JabvaScript modules.

Installation

Setup backend components:

docker-compose build

Setup asset bundeling & hot reloads:

bun install

# for npm & nodejs:
npm install

Run local dev envoirment

Backend server:

docker-compose up

Asset bundeling & hot reloads:

bun run dev

# for npm & nodejs:
# remove `bunx --bun ` from the scripts in package.json
npm run dev

CLI acces

docker-compose run --rm php php public/index.php [command] [...arguments]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors