Next Station Starter is an image gallery starter built with Next.js.
To run the application locally, make sure you have Node.js v18+ installed on your machine.
git clone https://github.com/AREA44/next-station-starter
cd next-station-starter
pnpm install
pnpm dev
To add your own image gallery, simply place your photos inside the public/gallery
directory. Next.js will automatically detect these photos and display them on your website.
To change your site information, update config/site.ts
. This file contains information about your website's name, description, URL, etc. Update the corresponding values in this file.
You can also update the favicon, Open Graph image, and Twitter image in the app
directory.
This project is licensed under the MIT License. See the LICENSE file for more information.
Next Station Starter is inspired by the Image Gallery Starter and shadcn/ui projects.