Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 555 Bytes

Blog

The code of my personal blog.

Installation

  1. Install Vale

  2. Install project

yarn install

Architecture

This project is using Lerna + Yarn Monorepo to maintain a monorepo strategy. Each folder represents a module in the project.

posts

This module has all the posts of the blog.

webapp

This module has all the code for the webapp of the blog.

Development

It is using Storybook as tool to develop components. To start the development, run:

yarn storybook