This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
v >= 16.0.0
Or by NVMnpm install npm@latest -g
nvm use 16
- ngrok
npm install -g ngrok
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone [email protected]:kubo550/messenger-bot.git
- Install NPM packages
npm install
- Create .env file
mv .env.example .env
- Enter all environment variables in .env
Before you start you need to create a special tunnel between your localhost and the network. Open terminal and type
./ngrok http 3000
then copy the forwarding url remeber to use HTTPS protocol and paste it to .env file as appUrl without slash at the end and as shopUrl with slash at the end. Now if you are using node v >= 16.x you can simply enter
npm run start
This project is licensed under MIT license.
Give a ⭐️ if this project helped you!