Skip to content

ikbalarslandev/hostel

Repository files navigation

Berlin Hostel & Street Website

A project which i took as a freelancer

Live 👈

Technologies used

Getting started

Clone repository

git clone https://github.com/ikbalarslann/hostel.git
cd hostel

Set up environment variables

NEXT_PUBLIC_GOOGLE_MAPS_API_KEY= <Maps api from google, e.g. IzbbvcyH2adfdboR-tDKWvhxgadsfaCeBZIknBHnY />
NEXT_PUBLIC_MAP_ID= <Maps id, e.g. cc9a6c683dbg4c12 />

Install packages and start client

npm i
npm run build
npm run start