Skip to content

Commit

Permalink
Merge pull request nextacular#41 from nextacular/demo
Browse files Browse the repository at this point in the history
Add `seed.js` and preparing for plugin works
  • Loading branch information
arjayosma authored Jan 22, 2023
2 parents 7f88a6e + f102c02 commit d8406ac
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 7,901 deletions.
8 changes: 4 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
APP_URL = http://localhost:3000
# NEXTAUTH_SECRET = NArBDTMHof0EGTx66MFpwk3KRHMNTeUfxvLhbYv14eY= # Generate using `openssl rand -base64 32` – Optional environment variable
# Generate using `openssl rand -base64 32` – Optional environment variable
# NEXTAUTH_SECRET = NArBDTMHof0EGTx66MFpwk3KRHMNTeUfxvLhbYv14eY=

# Database Configuration
DATABASE_URL = # Get from database provider (ie. Heroku, local Postgres)
Expand All @@ -26,6 +27,5 @@ VERCEL_API_URL = https://api.vercel.com
# Google Analytics
# NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = # Get from Google Analytics - Universal Analytics `UA-XXXXXXXXX-X`

# LogSnag
LOGSNAG_API_URL = https://api.logsnag.com/v1/log
LOGSNAG_API_TOKEN = # Get from https://logsnag.com/
# Seed Values
ADMIN_EMAIL = admin@nextacular.com
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ An open-source starter kit that will help you build full-stack multi-tenant SaaS

**Features** packaged out-of-the-box: **Authentication**, **Billing & Payment**, **Database**, **Email**, **Custom Domains**, **Multi-tenancy**, **Workspaces**, and **Teams**

## **Help Ukraine 🇺🇦 Win**

Take a look at the different ways you can [help Ukraine win](https://helpukrainewin.org)

## Live Demo

Nextacular Demo: [https://demo.nextacular.co](https://demo.nextacular.co)
Expand Down Expand Up @@ -61,7 +57,7 @@ Read the [docs](https://docs.nextacular.co) for more details

## Dependencies

- Headless UI - 1.7.3
- Headless UI - 1.7.7
- Hero Icons - 2.0.12
- Date FNS - 2.29.3
- Express Validator - 6.14.2
Expand Down Expand Up @@ -133,7 +129,7 @@ Show some love and support, and be a backer of our project

[![Open Collective](https://www.vectorlogo.zone/logos/opencollective/opencollective-ar21.svg)](https://opencollective.com/nextacular)

Brian Roach, Cien Lim, Chris Moutsos, Fred Guth ([@fredguth](https://twitter.com/fredguth)), Sandeep Kumar ([@deepsand](https://twitter.com/deepsand)), Justin Harr ([@DasBeasto](https://twitter.com/dasbeasto)), Saket Tawde ([@SaketCodes](https://twitter.com/SaketCodes)), Corey Kellgren, Adarsh Tadimari, Altamir Meister, Abhi Ksinha
Brian Roach, Cien Lim, Chris Moutsos, Fred Guth ([@fredguth](https://twitter.com/fredguth)), Maxence Rose ([@pirmax](https://twitter.com/pirmax)) Sandeep Kumar ([@deepsand](https://twitter.com/deepsand)), Justin Harr ([@DasBeasto](https://twitter.com/dasbeasto)), Saket Tawde ([@SaketCodes](https://twitter.com/SaketCodes)), Corey Kellgren, Adarsh Tadimari, Altamir Meister, Abhi Ksinha

## Acknowledgement

Expand Down
Loading

0 comments on commit d8406ac

Please sign in to comment.