Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 996 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 996 Bytes

Bhagavad Gita API

NOTE: This project is paused for now cuz I'm working on other projects.


This is a Next.js project.

This project uses TailwindCSS and have both Dark & Light mode support based on your device's system mode.

Join our Discord for feedback and ideas: .gg/KHVwwEwnfk

Getting Started

First, setup all the ENVs on .env.local file as on .env.example file.

and then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources: