-
Notifications
You must be signed in to change notification settings - Fork 137
Installation and Running
Karl Toby Rosenberg edited this page Nov 12, 2017
·
13 revisions
First, ensure you have Node.js installed.
Next, download or clone the Chalktalk repository in full, then install the server's npm dependencies
git clone https://github.com/kenperlin/chalktalk.git --depth=1 # download chalktalk via git
cd ./chalktalk/server/
npm install # install chalktalk server's dependencies in server/node_modules
On macOS, open the terminal, go into /chalktalk
(project's root), then run : ./run
On linux, open the terminal, go into /chalktalk
(project's root), then run : ./run.linux
This will run a node.js server in the background and try to automatically open Chrome to the Chalktalk URL.
On Windows, open the terminal, go into /chalktalk
(project's root), then run : node server/main.js
.
Within your web browser, open localhost:11235
. You can now use Chalktalk.