⚠️ This repo is years old & serving only as an archive. Dash was the world’s best hackathon management platform while it lasted!✨ For a full retrospective, check out my site.
- Clone & enter the repo.
$ git clone https://github.com/zanedb/dash.git
$ cd dash
- Install dependencies, setup the db & add test data — make sure to respond to & read the prompts.
$ bin/setup
- Create an admin user (optional).
$ bin/create-admin
- Start the development server.
# only run Rails
$ bin/rails server
# run Rails & Webpacker for React hot reload
$ bin/server
$ rails test