https://github.com/arjun-ms/openstatus
https://github.com/arjun-ms/openstatus
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjun-ms/openstatus
- Owner: arjun-ms
- Created: 2024-12-14T12:57:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:15:00.000Z (over 1 year ago)
- Last Synced: 2025-10-02T08:41:45.253Z (9 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open Status
## Introduction
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Prerequisites
Before running this project, make sure you have the following software installed on your system:
- Node.js (v22.12.0 or higher)
- pnpm (v9.15 or higher)
## Get Started
To get started with the app, you will need to clone this repository and install the dependencies. You can do this by running the following commands in your terminal:
```sh
git clone https://github.com/yyyyyy/xxxxxxx.git
cd xxxxxxx
```
## Setting Environment Variables
In root directory, create a file `.env`
Add the following in the file.
```sh
DATABASE_URL = *******************
KINDE_CLIENT_ID=*******************
KINDE_CLIENT_SECRET=*******************
KINDE_ISSUER_URL=https://*******************
KINDE_SITE_URL=http://localhost:3000
KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard
```
## Installation
**To install pnpm globally on your device**:
```sh
npm install -g pnpm@latest
```
Install the dependencies by running the following commands in your terminal:
```sh
```
## Usage
Once you have installed the dependencies and set the environment variables, you can run the program by running the following command from the root directory:
```sh
pnpm run dev
```
This will start the project and open the app in your default browser at localhost:3000 .