Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firelayer/firelayer.io
- Owner: firelayer
- Created: 2020-04-03T14:56:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T11:00:24.000Z (over 3 years ago)
- Last Synced: 2024-05-20T17:23:45.533Z (6 months ago)
- Topics: firebase, firelayer, firelayer-documentation, markdown, nuxt, vuetify
- Language: Vue
- Homepage: https://firelayer.io
- Size: 2.28 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 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