Skip to content

tap2k/fotomap

Repository files navigation

Fotomap

Multimedia content sharing platform with maps, slideshows, and grids. Built with Next.js 13 (Pages Router) + Reactstrap, backed by a Strapi headless CMS.

Prerequisites

Setup

  1. Install dependencies:
npm install --legacy-peer-deps
  1. Create a .env file in the project root:
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_STRAPI_HOST=http://127.0.0.1:1337
PRIVATE_SEED=<random-hex-string-for-channel-id-encryption>
  1. Start the Strapi backend, then start this app:
npm run dev

Open http://localhost:3000.

Scripts

Command Description
npm run dev Start dev server
npm run build Production build
npm run start Start production server
npm run lint Run ESLint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors