Secure Texts: A platform to secure your messages and texts your way by implementing advanced Cryptography Algorithms.
- Make Sure you have NodeJS Installed, if not download it from here
- Clone this Repository using git CLI or Github Desktop.
git clone https://github.com/tushartiwari7/secure-texts
- Install all the Dependencies for the project using this command on your Node Terminal
npm install
- Run this command to move your Present Working Directory to the root Directory.
cd secure-texts
- This command will start your project in development Server.
npm start
Congratulations, You just completed the Installation Setup and the site is live at your Local server at port 3000 localhost:3000
Now you can play around with the code,make changes to it and do whatever you want.
- Built CI/CD pipeline.