wasp-lang/wasp

[Feature]: Use nix to provide a consistent development environment so that templates and demos can be used out of the box

Open

#2,568 创建于 2025年3月24日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Haskell (4,229 star) (227 fork)batch import
help wanted

描述

Specific implementation steps

  1. Add a link to how to install nix in Linux and MacOS and WSL in README.md.

  2. Add flake.nix to the template and demo

  3. flake.nix uses devenv and direnv as well as flake-parts, provides package management tools such as bun or pnpm, adds node-lts runtime, and enables postgres services

  4. Describe the startup command in README

贡献者指南