Cryptonary Quick start 1.install Steps Type following commands: npm install or yarn install Serve your app: npm start or yarn start 2.Build npm run build or yarn build Builds the app for production to the build folder. Your app is ready to be deployed. 3.User Guide soon..