An open API service indexing awesome lists of open source software.

https://github.com/tkssharma/app.tkssharma.com

๐Ÿš€๐Ÿš€articles.tkssharma.com๐Ÿš€๐Ÿš€
https://github.com/tkssharma/app.tkssharma.com

blog blogwebsite codewithtkssharma tkssharma

Last synced: 7 months ago
JSON representation

๐Ÿš€๐Ÿš€articles.tkssharma.com๐Ÿš€๐Ÿš€

Awesome Lists containing this project

README

          

# Tarun Sharma Blog Profile

![](./main.png)

### Free Open Source BootCamp
This repository is a part of "Free Open Source BootCamp"

### Setting up Locally

1. Copy the `.env.example` to `.env.local`

```bash
cp .env.example .env.local
```

2. Install Packages via yarn

```bash
yarn install
```

3. Run the Next.JS Development Server

```bash
yarn dev
```