A chat platform developed for secure data encryption and decryption operations at military standards.
-
First, download the file as
.zip
or clone it withgit
.git clone https://github.com/k9crypt/k9crypt-web.git
-
Then, install the packages with
bun
.bun install
-
Finally, start the project with
bun
.bun run dev
-
Create a
.env
file and fill in the values below.VITE_APP_APIURL= VITE_APP_POCKETBASE= VITE_APP_SECRET_KEY=
If you would like to contribute to the infrastructure, please visit this link or create a pull request.
This project is protected by the MIT license.