Skip to content

fffff-cafe/revisit

Repository files navigation

Page

A Next.js static site project configured for static export.

Getting Started

Prerequisites

  • Node.js
  • pnpm

Installation

pnpm install

Development

pnpm dev

Open http://localhost:3000 to view the application in development mode.

Building

pnpm build

Creates a static export in the out/ directory.

Production

pnpm start

Serves the production build locally.

Scripts

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Serve production build
  • pnpm lint - Run ESLint
  • pnpm typecheck - Run TypeScript type checking
  • pnpm format - Format code with Prettier

Configuration

This project is configured as a static Next.js application with:

  • Static export enabled
  • Base path: /page (production only)
  • Unoptimized images for static hosting compatibility
  • App Router architecture

Tech Stack

  • Next.js 16
  • React 19
  • TypeScript
  • ESLint + Prettier
  • pnpm

Author

  • kixixixixi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors