From 22bba38c2ffddf18de5d90d37d3b1204b590ab55 Mon Sep 17 00:00:00 2001 From: Miguel Urbina Date: Sat, 21 Sep 2024 09:42:11 -0600 Subject: [PATCH] Update readme file --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 921e6ad..00bdfcd 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -# Web Dev Talks website 2.0 \ No newline at end of file +# Web Dev Talks website 2.0 + +## Description + +This is the repository of our official website [webdevtalks](http://webdevtalks.mx) + +## Tech Stack + +- React +- TypeScript +- Material UI + +## Getting Started + +### Prerequisites + +- Node.js +- Yarn + +### Installation + +1. Clone the repository: +```bash +git clone git@github.com:webdevtalks/webdevtalks.github.io.git +``` +2. Navigate into the project directory: +```bash +cd webdevtalks.github.io +``` +3. Install dependencies: +```bash +yarn install +``` +4. Start the development server: +```bash +yarn dev +``` \ No newline at end of file