The code of my personal blog.
-
Install Vale
-
Install project
yarn install
This project is using Lerna + Yarn Monorepo to maintain a monorepo strategy. Each folder represents a module in the project.
This module has all the posts of the blog.
This module has all the code for the webapp of the blog.
It is using Storybook as tool to develop components. To start the development, run:
yarn storybook