Skip to content

πŸ“‘ Berlin-based online community radio, built with Next.js

Notifications You must be signed in to change notification settings

brunosj/thfradio-nextjs

Repository files navigation

THF Radio logo

Description

This repo contains the website of THF Radio, a community radio based at the gatehouse of the former Tempelhof Airport in Berlin.

Technologies

The site is a Next.js project deployed on Vercel. Data is sourced from Strapi and styling is done with Tailwind CSS. It is a bilingual site (English and German), using next-i18next to handle localizations and translations.

Installation

  1. Use the git CLI to close the repo
gh repo clone brunosj/thfradio-nextjs
  1. Install dependencies
pnpm install
# or
yarn install
  1. Navigate into the site's directory and start the development server
pnpm dev
# or
yarn dev

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

Structure

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ public
    β”œβ”€β”€ locales
└── src
    β”œβ”€β”€ api
    β”œβ”€β”€ common
    β”œβ”€β”€ hooks
    β”œβ”€β”€ modules
    β”œβ”€β”€ pages
    β”œβ”€β”€ styles
    β”œβ”€β”€ types
    β”œβ”€β”€ utils
β”œβ”€β”€ .eslintrc.json
β”œβ”€β”€ .gitignore
β”œβ”€β”€ next-i18next.config.js
β”œβ”€β”€ next-config.js
β”œβ”€β”€ pnpm-lock.yaml
β”œβ”€β”€ package.json
β”œβ”€β”€ postcss.config.js
β”œβ”€β”€ README.md
β”œβ”€β”€ tailwind.config.js
└── tsconfig.json


Further development

This repository is maintained by brunosj.

About

πŸ“‘ Berlin-based online community radio, built with Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •