Skip to content

Repository files navigation

Client for CICT - Cyber Information Collection Tool

Collect information from open sources and use it in report write-ups

Feed-view Article-view

Installation

Install dependencies:

npm install

Start development server

npm run dev

Build the assets

npm run build

Deployment

Ready for production Docker containers are available in Docker Hub.

Run Docker compose in project root

docker-compose up

Build your own docker images

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 .

Powered by

  • Vue & Vuex
  • Tailwind CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages