Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 487 Bytes

README.MD

File metadata and controls

13 lines (10 loc) · 487 Bytes

Drophere

Drophere is a platform for submitting your task quickly.

How to run locally

  1. Copy the config file from config.sample.yaml to config.yaml.
  2. Execute db.sql from this file.
  3. Run go run server/*.go to start the app.
  4. Browse to localhost:8080 by your own browser.

Contributing to this project

Interested in contributing? please check out the Contributing Guide to get started