2024-06-06 09:36:09 +02:00
2024-10-11 15:01:17 +02:00
2024-10-11 14:17:33 +02:00
2024-06-05 23:36:34 +02:00
2024-10-11 14:17:33 +02:00
2024-06-08 09:56:20 +02:00
2024-10-11 15:33:38 +02:00
2024-06-06 09:36:09 +02:00
2024-05-28 22:04:34 +02:00
2024-05-28 22:04:34 +02:00
2024-05-31 11:54:36 +02:00
2024-10-11 13:36:10 +02:00
2024-10-11 15:37:09 +02:00
2024-05-28 22:04:34 +02:00

acms

an automatically schema-versioned content management system

develop

prepare test data:

cp -r samples/blog .
cd blog
git init
git add .
git commit -m 'first commit'

run frontend:

cd frontend
reload

run backend:

cd backend
cabal run backend -- serve

open browser at http://localhost:8080.

Description
automatically schema-versioned CMS
Readme 109 KiB
Languages
Haskell 83.1%
Nix 16.9%