Must install
Recommended to install
Install the dependencies
- Run
yarn
Run in the development mode
- Run
yarn dev
- Open http://localhost:3000 on the browser
Build in the production mode & create static pages
- Run
yarn build
Check the code
- Run
yarn lint
- Run
yarn lint:fix
to check & fix
Add a blog post
- Create a post in "src/modules/blog/posts"
- Register the post on "src/modules/blog/Post.ts"