Skip to content

A livecoding/live beer drinking/live streaming webinar

License

Notifications You must be signed in to change notification settings

mountainash/hakolive

Repository files navigation

Welcome to Hako Live

https://hakolive.vercel.app

What is Hako?

Hako is a small (physically - it's a small shop) Craft Beer shop in Winterthur (the 5th largest city in small Switzerland). While they are still open in these times of COVID, they can't run their usual in-store dégustation, so have resorted to sending out a harsé of 10 beers and holding a Zoom meetup about once a month (fun times!).

But what is this repo for?

As a web nerd I decided to hack together some kind of mashup between the beers that Hako picks for the session and Untappd (a very popular beer-drinking social network).

Why?

Many Software Developer roles in Zürich require React (and/or Next.js) requirements which I don't yet have... time for some JIT coding and this was the first idea that came into my head (...I may have been drinking beer at the time).


This is a Next.js project bootstrapped with create-next-app.

Getting Started

Shell

  1. npm run dev OR yarn dev
  2. Open http://localhost:3000

Docker Compose

Using dockette/vercel with NodeJS and Vercel CLI.

  1. Create a token at https://vercel.com/account/tokens
  2. Add the token value to VERCEL_TOKEN= key the .env file in the project root
  3. docker-compose build
  4. docker-compose run nextjs npm install
  5. docker-compose up
  6. Open http://localhost:3000

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

One way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.