# 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: ```console cd frontend reload ``` run backend: ```console cd backend cabal run backend -- serve ``` open browser at `http://localhost:8080`.