Tutorial Intro
Let's discover ChitChatjs in less than 5 minutes.
#
Getting StartedGet started by creating a new repl, repo, or any code space..
tip
replit.com is reccomended for a started codespace
#
Tutorial Environment SetupPlease run the following in your terminal:
And when you have that up, you can create a folder called tests
. After you've done that, in your package.json file(at the root of your repo), add
Now when you've done that, in your tests folder, put in a file called mytest.chit.js
.
Horray!
Now that you have setup your enviorment, you can now start writing some ChitChatjs!