Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 355 Bytes

chatty

How to run code

# fork repository using
git clone https://github.com/{{username]}/chatty.git

#go to chatty folder
cd chatty

#install npm 
npm install

#copy .env.example file in .env
cp .env.example .env

#run app
npm run dev

User Manual

Check out our User Manual for detailed instructions and guidance.