Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 536 Bytes

File metadata and controls

37 lines (28 loc) · 536 Bytes

Web Dev Talks website 2.0

Description

This is the repository of our official website webdevtalks

Tech Stack

  • React
  • TypeScript
  • Material UI

Getting Started

Prerequisites

  • Node.js
  • Yarn

Installation

  1. Clone the repository:
git clone git@github.com:webdevtalks/webdevtalks.github.io.git
  1. Navigate into the project directory:
cd webdevtalks.github.io
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev