Skip to content

LR-Tech-Blog/blog

Repository files navigation

Wellcome to the LR Tech Blog, the personal blog of Luan Roger. This is a blog where I will be posting about my projects, tutorials, and other things related to technology that I like to share. Hope you enjoy it!

Tech stack

  • 🚀 Astro
  • 🎨 Tailwind CSS
  • 📄 MDX
  • 📡 RSS
  • 📦 Vercel

Run locally

Prerequisites

Step by step

Clone the project:

git clone https://github.com/LR-Tech-Blog/blog.git
cd blog

Install the dependencies:

npm install

Run the project:

npm run dev

Contributing

Hey, I'm glad you're thinking about contributing to the blog!

Important repositories

The blog is not all in this repository, you can check the organization's repositories to see the other repositories that are part of the blog. Here are some important repositories:

  • blog: This repository contains the blog's source code.
  • content: This repository contains the blog's posts.

Before submitting your contribution, please consider this diclaimer:

  • The content of the blog is written in Brazilian Portuguese, so all contributions must be written in this language.
  • Besides the blog content, the code and GitHub related stuff are written in English, so all contributions must be written in this language.
  • Although the content of the blog posts is open-source, it is only open to grammatical or informational corrections. Users are not allowed to post new content on the blog

Issues

It's a good starting point to contribute to the blog. Check the open issues and see if you can help with any of them, if you found one that you are interested to help with, comment on it and wait for a maintainer to assign you to it, otherwise, someone else can be working on it and you will be wasting your time.

The issues is to be used to report bugs or sugest new features, so if you have any of these, feel free to open a new issue.

Deploys

The blog has two deploys, one for the production and another for the development. The develop deploy is used to test new features before they are deployed to production, it is updated on every push to the main branch in this repository. At the same time, a preview deploy is triggered with the real blog content. Check the deploy repository for more information.

License

MIT License © 2023 Luan Roger