git clone https://github.com/oleh19127/Google-Drive-Telegram-Bot.git .; rm -rf trunk .gitignore readme.md .git .gitattributes
1 Clone or Download project
2 Open terminal in a folder
3 Write in the terminal:
-
Install Node Modules: npm i
-
Run for development: npm run dev
-
Run for production: npm run start
git clone
npm i
npm run dev
npm run start