Skip to content

Blankeos/kaugmaon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŸฉ Kaugmaon ๐ŸŸฉ

kaugmaon.vercel.app

๐Ÿ” About

An event landing site for Link.EXE's RealITy @ April 14, 2023.

Made by Carlo Taleon and Asther Louie Cabardo

๐Ÿ’ญ How to Contribute

  1. Fork this repository and clone your fork.

  2. Create a new branch for your changes:

$ cd your_cloned_fork
$ git checkout dev
$ git checkout -b my-new-branch
  1. Install dependencies (we use pnpm):
$ pnpm install
  1. Create a .env file in root with this content:

For GOOGLE_* and JWT_SECRET, Create a project and connect on Google Cloud Console โ†’.

DATABASE_URL should be your local MySQL database. Guide โ†’

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
JWT_SECRET=
DATABASE_URL="mysql://johndoe:randompassword@localhost:3306/mydb"
  1. Sync the database schema:
$ npx prisma generate
$ npx prisma db push
  1. Run locally:
$ pnpm dev

๐Ÿš€ Contributors


About

๐Ÿ’Ž RealITy XII: Kaugmaon Event Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages