Skip to content

Commit 22bba38

Browse files
committed
Update readme file
1 parent 22040e3 commit 22bba38

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# Web Dev Talks website 2.0
1+
# Web Dev Talks website 2.0
2+
3+
## Description
4+
5+
This is the repository of our official website [webdevtalks](http://webdevtalks.mx)
6+
7+
## Tech Stack
8+
9+
- React
10+
- TypeScript
11+
- Material UI
12+
13+
## Getting Started
14+
15+
### Prerequisites
16+
17+
- Node.js
18+
- Yarn
19+
20+
### Installation
21+
22+
1. Clone the repository:
23+
```bash
24+
git clone git@github.com:webdevtalks/webdevtalks.github.io.git
25+
```
26+
2. Navigate into the project directory:
27+
```bash
28+
cd webdevtalks.github.io
29+
```
30+
3. Install dependencies:
31+
```bash
32+
yarn install
33+
```
34+
4. Start the development server:
35+
```bash
36+
yarn dev
37+
```

0 commit comments

Comments
 (0)