https://github.com/blankeos/kaugmaon
💎 RealITy XII: Kaugmaon Event Landing Page
https://github.com/blankeos/kaugmaon
Last synced: about 1 year ago
JSON representation
💎 RealITy XII: Kaugmaon Event Landing Page
- Host: GitHub
- URL: https://github.com/blankeos/kaugmaon
- Owner: Blankeos
- Created: 2023-01-27T13:58:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T01:16:47.000Z (about 3 years ago)
- Last Synced: 2025-02-13T08:41:44.818Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://kaugmaon.vercel.app
- Size: 6.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🟩 Kaugmaon 🟩
## 🔍 About
An event landing site for **Link.EXE's RealITy @ April 14, 2023**.
Made by [Carlo Taleon](https://carlo.vercel.app) and [Asther Louie Cabardo](https://asther.vercel.app/)
## 💭 How to Contribute
1. Fork this [repository]() and clone your fork.
2. Create a new branch for your changes:
```sh
$ cd your_cloned_fork
$ git checkout dev
$ git checkout -b my-new-branch
```
3. Install dependencies (we use [pnpm](https://pnpm.io/installation)):
```sh
$ pnpm install
```
3. Create a `.env` file in root with this content:
> For `GOOGLE_*` and `JWT_SECRET`, Create a project and connect on [Google Cloud Console →](https://console.cloud.google.com/apis/credentials).
> `DATABASE_URL` should be your local MySQL database. [Guide →](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-mysql)
```sh
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
JWT_SECRET=
DATABASE_URL="mysql://johndoe:randompassword@localhost:3306/mydb"
```
4. Sync the database schema:
```sh
$ npx prisma generate
$ npx prisma db push
```
5. Run locally:
```sh
$ pnpm dev
```
## 🚀 Contributors
---