Files
booster/docs/start/quickstart.md
2020-01-03 20:27:39 +08:00

844 B

Quick Start

You need to have node and yarn install first, because we are use monorepo in our app.

Because firebase cloud function currently only support node 10 We have to use node 10 for all workspace pages Recommend using fnm for better performance

git clone --origin booster --single-branch --branch release git@github.com:tappollo/booster.git goboost
cd goboost
git branch -m master
yarn install

!> goboost here is used as an example for project name, always replace goboost with your project name

Initialize

To customize our project with our own project name,

./scripts/rename.ts goboost

It would be a good time to commit since there were a lot of changes.

Next

Go to Create new firebase project.