Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 237 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 237 Bytes

CONTRIBUTING

Coding

https://go.dev/doc/effective_go

Backend

Setup

# root
$ go work init backend
$ cd ./backend

Deploy

$ npm install -g serverless

Frontend

# root
go work init backend