Skip to content

BetterBahn/betterbahn_website

Repository files navigation

BetterBahn Website

This is the repository of the official BetterBahn website, built with Next.js.

About

The aim of this website is to provide information such as links, articles, tutorials and roadmaps of the BetterBahn project. The goal is not to make the service available on the website directly, but to serve as an information hub for the project.

Related Repositories

  • BetterBahn App - The main BetterBahn application repository containing the actual service implementation.

Deployment

The website is available via GitHub Pages on the betterbahn.de domain. Deployment is done automatically with GitHub Actions on each push to the main branch.

Local Development

To run the website locally with Next.js, follow these steps:

Prerequisites

Make sure you have Node.js installed on your machine.

Getting Started

  1. Clone the repository:
git clone https://github.com/BetterBahn/betterbahn_website.git
cd betterbahn_website
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 with your browser to see the result.

You can start editing the pages by modifying files in the app/ directory. The page auto-updates as you edit the files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •