Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/area44/next-station-starter
- Owner: AREA44
- License: mit
- Created: 2023-07-10T03:44:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T11:11:32.000Z (17 days ago)
- Last Synced: 2024-11-03T12:18:41.689Z (17 days ago)
- Topics: gallery, nextjs, photos, plaiceholder, shadcn-ui
- Language: TypeScript
- Homepage: https://next-station-starter.vercel.app
- Size: 6.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.