Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 301 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 301 Bytes

Installation

make install

Database setup

  • You can delete the current database file if any errors and run the following commands
make db-setup

Dev utils

# you can format
make format

# and lint the code
make lint

HOW TO LAUNCH

make run