Skip to content

sandaruonline/codenames.cards

 
 

Repository files navigation

codenames.cards

Codenames - icon by freepik

An online version of the Codenames tabletop game

Install and run:

$ yarn
$ yarn dev

This project requires a Firebase database. See .env.sample for the required environment variables.

Creating a firebase real-time database

  • Create a Firebase account if you do not have one.
  • Head to the firebase console: https://console.firebase.google.com/, and add a new project. Select web-based when prompted.
  • Once the project is created, create a Real-Time Database (there should be an option to do so on the main project page)
  • In order to get the environment variables to put in a .env file, go to the project settings and scroll down to "Your Applications". You should see some integration code there. Copy the configuration values and paste them into a .env file:

Screen Shot 2020-07-27 at 11 50 12 AM

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.3%
  • CSS 0.3%