Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
/ chatr Public archive

Chatr is an online one-time messaging platform for asking random questions.

Notifications You must be signed in to change notification settings

li-jeffrey/chatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatr

This is a simple project built using a go backend and web (cljs) frontend.

Development mode

All commands must be run in the project directory. Make sure you have go and lein + clojure installed.

Build application:

Build the server.

make

Install webapp.

make app

Run application:

Start the server.

bin/chatr

Start the webapp.

make start-app

Run tests:

Server tests.

make test

Webapp tests. Install karma and headless chrome

npm install -g karma-cli

Run the tests

lein karma