Pulpe is an open source web application for managing content.
Note: Work in progress
Go dependencies:
make installFront dependencies:
cd web && yarn installCompile the Go server
makeRun the database
docker-compose up -dRun the dev server
cd web && yarn run dev