Skip to content

Side-Products/EverythingAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverythingAI


Production: https://everythingai.club

Instructions

Start MongoDB locally

On MacOS: brew services start mongodb-community

Environment Variables

Note: .env.example is an example of the secrets file. .env.*.local should be added to .gitignore, as those files are intended to be ignored. .env.development.local is where secrets can be stored.

Defaults are set in .env.example

Create .env.development.local file and replace env variables with your own taking reference from .env.example

Environment variables load order- https://nextjs.org/docs/basic-features/environment-variables#environment-variable-load-order

Change env variables on Vercel from CLI- https://vercel.com/docs/cli/env

To turn on dev server-

npm run dev

Using Docker

Build a docker container-

docker-compose up -d --build

To turn off dev server-

docker-compose down

Turn on dev server-

docker-compose up

MongoDB

Dev:

Prod:

ReCAPTCHA

https://www.google.com/u/7/recaptcha/admin/site/628283073

Google Analytics

https://analytics.google.com/analytics/web/?authuser=7#/a263373608p363795173/admin/streams/table/4891232010

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages