git clone https://github.com/apurbadh/Dark.git <project>
cd <project>
dart pub get
<project>/
bin/
lib/
src/
routes.dart # Create routes here
models.dart # Create models here
controls.dart # Create controllers here
dart run :migrate
dart run :server