-
Clone the repo.
-
The repo has a submodule pi-cms-components. pull that one too with
git submodule update --recursive --remote -
Run the mongodb server using the docker-compose.yml file.
##Tech-stack:
- MongoDB: Main persistent database
- GraphQL: CRUD service provider
- Acorn: To parse the javascript modules and JSX
- Astring: To regenerate javascript code from ESTree generated by
Acorn