Temple
An incomplete temple website frontend template designed for Shri Rama Temple. The template includes a serene and devotional design with sections for temple history, events, gallery, and donation options. It is built using modern web technologies for a seamless user experience.
Install / Use
/learn @gaureshpai/TempleREADME
Temple Website
Project Description
This project is a web application, likely developed for a temple, built using the Next.js framework. It probably serves to provide information about the temple, its events, services, and may include features for user interaction or content management.
Tech Stack
This project is built with the following modern web technologies:
- Framework:
- Styling:
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
- Authentication:
- NextAuth.js (v4) - Flexible authentication for Next.js applications.
- Data Fetching:
- Axios - Promise-based HTTP client for the browser and Node.js.
- Icons:
- React Icons - Popular icon sets as React components.
Scripts Overview
dev: Starts the Next.js development server.build: Builds the Next.js application for production.start: Starts the Next.js production server.lint: Lints the project code.
Getting Started
To get a local copy up and running, follow these simple steps.
Prerequisites
- Node.js (v18 or later)
- npm or yarn
Installation
- Clone the repository:
git clone https://github.com/gaureshpai/temple.git - Install NPM packages:
npm install - Set up your environment variables:
Create a
.envfile in the root directory (if not already present) and populate it with any necessary authentication secrets or API keys.
Running the Application
- To run the development server:
Open http://localhost:3000 in your browser.npm run dev
