Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firelayer/firelayer.io

Firelayer Documentation Website
https://github.com/firelayer/firelayer.io

firebase firelayer firelayer-documentation markdown nuxt vuetify

Last synced: 2 days ago
JSON representation

Firelayer Documentation Website

Awesome Lists containing this project

README

        


Firelayer

> Jump-start your Firebase Web Project


## Firelayer Documentation

[Documentation Website](https://firelayer.io)

## Development

Firelayer.io website is organized as a monorepo using [Lerna](https://lerna.js.org/) 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