/blog

💻 Jonathan Celio blog

Primary LanguageTypeScriptOtherNOASSERTION

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