We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22040e3 commit 22bba38Copy full SHA for 22bba38
README.md
@@ -1 +1,37 @@
1
-# Web Dev Talks website 2.0
+# 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
28
+cd webdevtalks.github.io
29
30
+3. Install dependencies:
31
32
+yarn install
33
34
+4. Start the development server:
35
36
+yarn dev
37
0 commit comments