UltraNote Infinity Cloud Wallet
- cd UltraNoteI-Cloud/cryptwallet
- nvm install 14
- nvm use 14.19.0
- npm install
- npm run build
- mv build /var/www/Cloud
- chown -R www-data:www-data /var/www
Edit .htaccess file and activate https
- nano /var/www/Cloud/.htaccess
- cd UltraNoteI-Cloud/Backend
- yarn
- Using pm2: pm2 start ./index.js --name=backend
-Use yarn for building Admin/Backend-admin -Use yarn for building Users/Backend
-For everything else use npm i