Berlin dialect translator
Berliner Schnauze is a translator for the Berlin dialect. It helps users understand and translate words and phrases unique to Berlin's culture and language.
-
Clone the repository:
git clone https://github.com/felix-berlin/berliner-schnauze.git cd berliner-schnauze
-
Install dependencies:
pnpm install
-
Create a .env file based on .env.example and configure the required environment variables.
-
Start the development server:
pnpm dev
-
Active codegen watch mode:
pnpm gql:generate:watch
-
Open your browser and navigate to
http://localhost:4321
to see the application in action.