- Clone the repository
git clone https://github.com/shwet46/gdg-terminal.git
cd gdg-terminal
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm start
# or
yarn start
- Open your browser
Navigate to
http://localhost:3000
to see the terminal in action!