Skip to content

madearga/APLIKASI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APLIKASIKITA

APLIKASIKITA Banner

Overview

APLIKASIKITA is a modern SaaS platform built with Next.js 16, utilizing a robust stack designed for scalability and performance. This repository contains the source code, documentation, and infrastructure configurations.

🛠️ Tech Stack

🚀 Getting Started

Follow these steps to set up the project locally.

Prerequisites

  • Node.js (Latest LTS recommended)
  • pnpm (Package manager)
  • PostgreSQL database URL

Installation

  1. Clone the repository:

    git clone https://github.com/madearga/APLIKASI.git
    cd aplikasikita
  2. Install dependencies:

    pnpm install
  3. Configure Environment:

    Copy the example entry:

    cp .env.example .env.local

    Update .env.local with your local database URL and API keys.

  4. Database Setup:

    Push the schema to your local database:

    pnpm prisma:push
  5. Run Development Server:

    pnpm dev

    Access the app at http://localhost:3000.

📂 Project Structure

.
├── app                  # Next.js App Router & Server Actions
├── components           # React components (UI, Dashboard, Auth)
├── content              # MDX Content for Blog/Help/Legal
├── emails               # Transactional Email Templates
├── lib                  # Utilities, Config, & Libs
├── prisma               # Database Schema
└── public               # Static Assets

📜 Scripts

Command Description
pnpm dev Start the development server with Turbopack.
pnpm build Build the application for production.
pnpm start Start the production server.
pnpm aplikasikita Full setup: installs deps & pushes DB schema.
pnpm email Run React Email preview server.
pnpm lint Lint the codebase.

👤 Author

Argakuka


© 2025 APLIKASIKITA. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages