SkillAgentSearch skills...

PokeCatcherPublic

Pokemon Catcher public repo

Install / Use

npx skills add oswaldosan/PokeCatcherPublic

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

INSTALLATION

First of all you will need to clone the repo and then run

  • npm install

After that you will need to update the next.config.js file with your firebase credentials

  • env: {
      apiKey: "YOUR API KEY",
      authDomain: "FIREBASE DATA",
      projectId: "FIREBASE DATA",
      storageBucket: "FIREBASE DATA",
      databaseURL: "FIREBASE DATA",
      messagingSenderId: "FIREBASE DATA",
      appId: "FIREBASE DATA, },
    

RUNNING THE REPO

For running the development mode you just need to type

  • npm run dev

This repo was created with the next js starter template. (npx create-next-app)

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on Apr 14, 2022

No findings