Collect information from open sources and use it in report write-ups
Install dependencies:
npm install
Start development server
npm run dev
Build the assets
npm run build
Ready for production Docker containers are available in Docker Hub.
Run Docker compose in project root
docker-compose up
Clone server-side source
git clone https://github.com/ClevenL/cict-server-public.git
cd cict-server-public
Build cict-server image
docker build -t cict-server -f Dockerfile.server .
Clone client-side source
git clone https://github.com/ClevenL/cict-client-public.git
cd cict-client-public
Build cict-client image
docker build -t cict-client -f Dockerfile.client .
- Vue & Vuex
- Tailwind CSS

