Skip to content

elsoul/skeet-functions-only

Repository files navigation

Skeet Functions Only Template

Follow @ELSOUL_LABO2

Skeet Framework Boilerplate

This repo will be generated from skeet create .

Usage

$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
$ skeet create <project-name>
$ cd <project-name>
$ skeet s

Open a new terminal and run:

$ skeet login
$ export ACCESS_TOKEN=<your-token>

※ You need OpenAI API key to get success for default test.

./functions/skeet/.env

CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org

Test your app:

$ skeet test

Open Firebase Emulator: http://localhost:4000

Open Front-end App: http://localhost:4200

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-next This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The package is available as open source under the terms of the Apache-2.0 License.

Code of Conduct

Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.