Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeurbi committed Sep 21, 2024
1 parent 22040e3 commit 22bba38
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# Web Dev Talks website 2.0
# 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 [email protected]: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
```

0 comments on commit 22bba38

Please sign in to comment.