Players need to create long, valid words to win the game
- Clone the repo
- Create a firebase app
- Create
.env
file and put firebase keys in this format
PORT=3000
FIREBASE_APIKEY=
FIREBASE_AUTHDOMAIN=
FIREBASE_DATABASEURL=
FIREBASE_PROJECTID=
FIREBASE_STORAGEBUCKET=
FIREBASE_MESSAGINGSENDERID=
FIREBASE_APPID=
FIREBASE_MEASUREMENTID=
- Install the dependencies
npm install
- Start the server
npm run server
- Enjoy the game
http://localhost:3000