From 34458e31f0a195589c249c9e84cb6bee7e54fd9e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 29 May 2023 10:54:08 +0200 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92aff68..62d8560 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,9 +5,10 @@ Thank you for your interest to help bring the coziest web experience to people l ## Tech Stack This project is built with the following tech -1. HTML, CSS, TypeScript -1. [Astro](https://astro.build) -1. [@extractus/article-extractor](https://www.npmjs.com/package/@extractus/article-extractor) +1. HTML, CSS, TypeScript - You may not find .html, .css, or .ts files as often but opening the files, you will find that, yeah we try to stick to the most vanilla syntax as we can just to make it easy for anyone to pick up the software and modify as they want +1. [Astro](https://astro.build) - Astro is the chosen framework, please read throught the basics on their docs if you are unfamiliar +1. [Vite](https://vitejs.dev) - Vite is the bundler Astro is using and it allows us to do server-side rendering +1. [@extractus/article-extractor](https://www.npmjs.com/package/@extractus/article-extractor) - Article Extractor is the library we use to fetch and extract article content ## Setting up the project