Resource
✨ Demo
Sparkboard
Team formation for interdisciplinary hackathons
Sparkboard v2
To run locally:
bb dev
Configuration files are expected in src/.{env}.config.edn
where env
is one of local
, staging
, prod
.
Develop locally
yarn install
bb dev
- Open a REPL with your favorite editor, reading the port from
.nrepl-port
Deployment
- Pushing to
staging
branch deploys to staging server bin/promote
promotes the current staging build to production
Architecture and Approach
Core libraries used:
- re-db, an end-to-end reactive library which streams data from a Datalevin database to a React-driven frontend.
- yawn, a React wrapper supporting hiccup and live reloading.
Previous
Return
Next project