newton-migosi / mdn-local-library-tutorial

MIT License
1 stars 0 forks source link

Dev Environment

This project uses VS Code's Dev Containers feature to provide nix, shell executables and language dependencies.

Database

From the integrated terminal run nix develop .#postgres --impure to start a nix shell that has postgres. Inside the nix shell, run devenv up to start the database service.

Template

Generated from https://github.com/srid/haskell-template/