/network-color

An educational game for anyone interested in Computer Science

Primary LanguageTypeScript

Network-color

  1. Create a Google Cloud Firestore database

  2. Create a file called .env with the API key and project id of your Firestore. The values are described in the Firebase documentation:

REACT_APP_API_KEY=yourkey
REACT_APP_PROJECT_ID=yourprojectid
  1. The application is built using Create React App. You can start the development server using the following CLI command:
npm start