-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |