Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 243 Bytes

Getting Started

Clone this repo

Add your API keys to .env file

run docker build . -t chatnote

run docker run -p 3000:3000 chatnote

Open http://localhost:3000/notes with your browser to see the result.