This repo contains the website of THF Radio, a community radio based at the gatehouse of the former Tempelhof Airport in Berlin.
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.
- Use the git CLI to close the repo
gh repo clone brunosj/thfradio-nextjs
- Install dependencies
pnpm install
# or
yarn install
- 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.
.
βββ 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
This repository is maintained by brunosj.