Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

YuiBlog/blog

Repository files navigation

YuiBlog

Serverless Personal Blog System on Firebase.
This application is not yet in the practical stage. Many releases contains breaking changes.

Requirements

  • Node.js 8.12.0
  • Yarnpkg
  • Firebase Tools
    • yarn global add firebase-tools

Packages

  • admin
    • Administration Console for Desktop
  • app
    • Frontend (App) and Server-Side Rendering
  • functions
    • Firebase Functions for statistics, registration and others.
  • types
    • Type Definitions for YuiBlog.

Development

  1. yarn run install
  2. yarn run bootstrap
  3. Start API Server
    1. cd packages/functions
    2. yarn run dev:express
    3. Host: http://localhost:3001
  4. Start App Server
    1. cd packages/app
    2. yarn run dev
    3. Host: http://localhost:3000

Releases

No releases published

Packages

No packages published