README
BCMS UI
Development
Create
bcms.db.jsonwith empty object in the root of the project.Create empty
uploadsdirectory.Install dependencies with:
npm iIf you don't have docker installed and running, install it and run it.
If you don't have docker-compose installed, install it.
Start development by running
docker-compose up.While in development, if you install new dependency or change any file outside the
srcdirectory, you will need to rundocker-compose buildcommand