https://github.com/atapas/nextjs-playground
Initially created using Learn Next.js. Changing and growing with NEXT.js learning!
https://github.com/atapas/nextjs-playground
javascript nextjs react reactjs vercel
Last synced: 3 months ago
JSON representation
Initially created using Learn Next.js. Changing and growing with NEXT.js learning!
- Host: GitHub
- URL: https://github.com/atapas/nextjs-playground
- Owner: atapas
- Created: 2020-10-22T12:58:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T03:56:17.000Z (over 5 years ago)
- Last Synced: 2025-03-23T08:45:42.652Z (over 1 year ago)
- Topics: javascript, nextjs, react, reactjs, vercel
- Language: JavaScript
- Homepage: https://tapasadhikary.com
- Size: 2.66 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs-Playground
Initially created using [Learn Next.js](https://nextjs.org/learn). Changing and growing with `NEXT.js` learning!
# How to Run
Clone and create `.env.local` file with the following content,
```shell
NEXT_PUBLIC_NAME=
NEXT_PUBLIC_FAKE_BLOG_NAME=
NEXT_PUBLIC_ORIGINAL_BLOG_NAME=
NEXT_PUBLIC_ORIGINAL_BLOG_LINK=
NEXT_PUBLIC_TWITTER_LINK=
```
> Please Note: The app runs without these environment variables. These just makes it more fun!
Run this command,
```shell
yarn install # Or npm install
```
Then,
```shell
yarn dev # Or npm run dev
```
# 🌟 Want to Motivate?
Who doesn't need motivations? Want to motivate? Give this repo a Star (🌟).