2024-06-06 09:36:09 +02:00
2024-10-11 16:53:42 +02:00
2024-10-11 17:08:14 +02:00
2024-06-05 23:36:34 +02:00
2024-10-11 16:53:42 +02:00
2024-06-08 09:56:20 +02:00
2024-10-11 17:26:53 +02:00
2024-06-06 09:36:09 +02:00
2024-05-28 22:04:34 +02:00
2024-05-31 11:54:36 +02:00
2024-10-11 17:27:14 +02:00
2024-10-11 16:07:35 +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:

cabal run backend -- serve --port 8081 ./blog

open browser at http://localhost:8080.

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