Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/area44/next-station-starter

An image gallery starter built with Next.js
https://github.com/area44/next-station-starter

gallery nextjs photos plaiceholder shadcn-ui

Last synced: 14 days ago
JSON representation

An image gallery starter built with Next.js

Awesome Lists containing this project

README

        

# Next Station Starter

Next Station Starter is an image gallery starter built with [Next.js](https://nextjs.org).

## Running Locally

To run the application locally, make sure you have Node.js v18+ installed on your machine.

```bash
git clone https://github.com/AREA44/next-station-starter
cd next-station-starter
pnpm install
pnpm dev
```

## Quick Start

### Add Your Gallery

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.

### Change Site Information

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.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Credits

Next Station Starter is inspired by the [Image Gallery Starter](https://vercel.com/templates/next.js/image-gallery-starter) and [shadcn/ui](https://ui.shadcn.com) projects.