# Clone the project
git clone https://github.com/VladimirMikulic/sms-gaming.git
# Enter the project's folder
cd sms-gaming
# Install dependecies
npm i
# Start the development server
npm start
After you've started the development server, follow this guide which will explain to you how to send WhatsApp messages from your phone to your Twilio number.
In the development, place your environment variables in .env
file. The file is automatically loaded when server starts. (Required environment variables are mentioned below)
To deploy the server to production, you'll need a cloud hosting provider. Some of the popular ones are Heroku, Digital Ocean and AWS.
The server needs these environment variables to run:
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
- SESSION_SECRET
- Play alone or join others, your choice!
- Games that you'll enjoy! (Left: Hangman, Right: Trivia)
Vladimir Mikulic
- Twitter: @VladoDev
- Github: @VladimirMikulic
- LinkedIn: @vladimirmikulic
Contributions, issues and feature requests are welcome!
Logo design is provided by Freepik. ❤️
This project is licensed under MIT license.
Give a ⭐️ if you like this project!