npm install
(or) yarn
secrets.ts
in src directory and export a constant named GITHUB_TOKEN
containing your github authentication key.firebaseConfig.js
in the public directory with your firebaseConfig object.npm run dev
and go to localhost:5000