Skip to content

ac27182/reasonml-examples

Repository files navigation

ReasonMl Examples

faceless

faceless is a simple, multitenant anonymous chat room application

pre-requesites

  • docker
  • GNU make

setup instructions

# 1. build all docker images
$ make build-all

# 2. run built app locally
$ make up

# 3. open http://localhost:3001 in your browser of choice

# 4. open a second browser session up in `incognito mode` to simulate a second user

# 5. hover over the orb to set your chat name

# 6. enter or make and enter a channel

# 7. send some messages

# ! see makefile for underlying build commands

cleanup instructions

# 1. remove above images from local machine
$ make remove-all

useful sources / documentation

reason

misc