Skip to content

arilukmanp/VW-Tour

Repository files navigation

VW Tour 🚘

A booking web tour made with Next.js and Tailwind CSS

 

Development environment installation

1. Download or clone repo

git clone https://github.com/arilukmanp/VW-Tour.git

 

2. Create the .env.local file or duplicate .env.example and change the environment variables

NEXT_PUBLIC_WHATSAPP="phone_number"
NEXT_PUBLIC_INSTAGRAM="instagram_account"

 

3. Run the development server

npm run dev

or

yarn dev

 

4. Viola
Now you can access http://localhost:3000 with your browser to see the result.