Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 585 Bytes

This is a Next.js project.

Getting Started

First, run the development server:

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

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

Project Information

  • Route List
    Route Page Content
    "/" Starting Page show featured Events
    "/events" Events Page show all Events
    "/events/" Events Detail Page show selected event
    "/events/...slug Filtered Event Page show filtered Events