Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atapas/nextjs-bugfender

This is a project to demonstrate Nextjs and Bugfender integration
https://github.com/atapas/nextjs-bugfender

Last synced: 30 days ago
JSON representation

This is a project to demonstrate Nextjs and Bugfender integration

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=
NEXT_PUBLIC_BUGFENDER_API_KEY=
```

> Please Note: The app runs without most of these environment variables. Only `NEXT_PUBLIC_BUGFENDER_API_KEY` is important for the Bugfender integration.

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