https://github.com/jonyw4/blog
💻 Jonathan Celio blog
https://github.com/jonyw4/blog
blog engineering frontend jonathan jony software software-engineering
Last synced: 19 days ago
JSON representation
💻 Jonathan Celio blog
- Host: GitHub
- URL: https://github.com/jonyw4/blog
- Owner: jonyw4
- License: other
- Created: 2021-03-07T22:41:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:35:40.000Z (over 2 years ago)
- Last Synced: 2026-06-01T19:55:55.705Z (19 days ago)
- Topics: blog, engineering, frontend, jonathan, jony, software, software-engineering
- Language: TypeScript
- Homepage: https://jonycelio.com
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
The code of my personal blog.
## Installation
1. Install [Vale](https://docs.errata.ai/vale/install)
2. Install project
```bash
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:
```bash
yarn storybook
```