Package Exports
- firebase-frameworks
Readme
Firebase Experimental framework-aware CLI
Usage
$ npm i -g firebase-frameworks
$ cd <MY-APP>
$ firebase-frameworks init
$ firebase-frameworks serve
$ firebase-frameworks deploy
Frameworks supported:
- Next.js
Contributors
We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow. See CONTRIBUTING.
Building
Link and build this library
$ cd <YOUR-GIT-CHECKOUT>
$ npm link
$ npm i
$ npm run build