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

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!

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 (🌟).