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๐๐
- Host: GitHub
- URL: https://github.com/tkssharma/app.tkssharma.com
- Owner: tkssharma
- Created: 2024-07-03T12:10:28.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-09-06T07:30:57.000Z (about 1 year ago)
- Last Synced: 2025-01-20T13:32:13.746Z (9 months ago)
- Topics: blog, blogwebsite, codewithtkssharma, tkssharma
- Language: JavaScript
- Homepage: https://app.tkssharma.com
- Size: 38.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
Awesome Lists containing this project
README
# Tarun Sharma Blog Profile

### 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
```