An open API service indexing awesome lists of open source software.

https://github.com/elsoul/skeet-functions-only


https://github.com/elsoul/skeet-functions-only

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

![Skeet Functions Only Template](https://storage.googleapis.com/skeet-assets/imgs/samples/WebAppBoilerplate.png)



Follow @ELSOUL_LABO2














# Skeet Framework Boilerplate

This repo will be generated from _skeet create _ .

## Usage

```bash
$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
```

```bash
$ skeet create
```

```bash
$ cd
$ skeet s
```

Open a new terminal and run:

```bash
$ skeet login
$ export ACCESS_TOKEN=
```

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

_./functions/skeet/.env_

```bash
CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org
```

Test your app:

```bash
$ 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](http://contributor-covenant.org) code of conduct.

## License

The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

## 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](https://github.com/elsoul/skeet-next/blob/master/CODE_OF_CONDUCT.md).