Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Enkel-Digital/bill-splitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Split your damn bills

Talk to me here

Development

Using nodemon to watch for changes to save your hands from RSI.
Install nodemon with

npm i -g nodemon

Run go run with nodemon

# Assumes you are in root directory
nodemon -x "go run .\src\main.go" -w .\src\main.go