Skip to content

Alex7734/ce-spun-studentii

 
 

Repository files navigation

App configuration

AUTH_DOMAIN = 'osut-divertisment.firebaseapp.com'
DATABASEURL = 'https://osut-divertisment-default-rtdb.europe-west1.firebasedatabase.app'
PROJECT_ID = 'osut-divertisment'

Server Configuration

In order to start the application, run the following commands to generate the node_modules folder:

npm install
npm start

if npm build fails with node_modules/use-sound/dist/types.d.ts:21:12 - error TS2304: Cannot find name 'Howl'. the quick fix is to go to node_modules/use-sound/dist/types.d.ts and add import { Howl } from "howler";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • CSS 4.2%
  • JavaScript 2.3%
  • Other 0.7%