An open API service indexing awesome lists of open source software.

https://github.com/solar05/sound-quiz

Web app, where you solve sound quizes (game ost and responses).
https://github.com/solar05/sound-quiz

cljs-repl clojurescript reagent shadow-cljs

Last synced: 3 months ago
JSON representation

Web app, where you solve sound quizes (game ost and responses).

Awesome Lists containing this project

README

        

![Tests](https://github.com/solar05/sound-quiz/workflows/Node.js%20CI/badge.svg)

# Description
Web app, where you solve sound quizes (game ost and responses).

## Link
[Sound Quiz](https://sound-quiz.herokuapp.com/)

### Instruments
Powered by shadow-cljs (build-tool and compiler) and ClojureScript!

#### Commands
- `make run` - runs app in dev mode with live reloading (open localhost:3000).
- `make build` - builds app for prod.
- `make test` - runs test.
- `make clear` - clear node_modules and some additional files.

Also, project supports docker commands.
- `make docker-run` - runs app inside docker.