- Khader Khudair Developer
- Ala'a Jber Karaja Developer
- Abdelrahman Almajayda UX/UI Designer
An application to share descriptions of the most common cryptography algorithms. want to learn more about the project? Contact me.
You are very welcome to share with us! learn how to write content.
We are happy to collaborate with the community. you can join us on if you want. more info
To run the project you need a firebase app to make things work. learn how to create a new app.
After you have your firebase app and running you can link your clone to it by copying .env.example
cp .env.example .envThen edit it to match your app config
nano .envNEXT_PUBLIC_API_KEY=############################
NEXT_PUBLIC_AUTH_DOMAIN=########################
NEXT_PUBLIC_PROJECT_ID=#########################
NEXT_PUBLIC_STORAGE_BUCKET=#####################
NEXT_PUBLIC_MESSAGING_SENDER_ID=################
NEXT_PUBLIC_APP_ID=#############################
NEXT_PUBLIC_MEASUREMENT_ID=#####################Then you're all set to go, you can install and run you're clone as a normal nextjs app
npm install
npm run dev
# or
yarn install
yarn devOpen http://localhost:3000 with your browser to see the result.
DeCryptography depends on github actions for continuos deployments if you want to benefit from actions add custom github secrets
envshould contain a copy of you're.envfile contentsFIREBASE_TOKENshould contain a firebase token to an account that can deploy the configured firebase app
