Skip to content

bickyeric/nyaweria

Repository files navigation

nyaweria

Saweria clone project to learn bidirection communication between client and server

Youtube: https://www.youtube.com/live/8Qp_SLd6MBQ?si=ZU-12e87PRCRDAEm

Onboarding and Development Guide

Prerequisite

  1. Visual Studio Code with Dev Containers extension
  2. Docker or Podman

Setup Local Development

  1. clone repository
git clone git@github.com:bickyeric/nyaweria.git
  1. open with vscode
code nyaweria
  1. run the Dev Containers: Reopen in Container command from the vscode Command Palette (F1)

  2. run the Terminal: Create New Terminal in Editor Area command from the vscode Command Palette (F1)

  3. copy sample file

cp env.sample.yaml env.yaml
  1. run nyaweria
go run cmd/main.go

Packages

 
 
 

Contributors