Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 761 Bytes
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