Skip to content

firelayer/firelayer.io

Repository files navigation

Firelayer

Jump-start your Firebase Web Project


Firelayer Documentation

Documentation Website

Development

Firelayer.io website is organized as a monorepo using Lerna and yarn workspaces. Useful scripts include:

yarn bootstrap

Installs package dependencies and links packages together - using lerna and yarn workspaces

yarn build

Cleans the previous builds and starts building on all sub packages - using lerna run build

yarn dev

Starts the dev mode on all sub packages - using lerna run dev