wasp-lang/wasp
在 GitHub 查看[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日
help wanted
仓库指标
- Star
- (4,229 star)
- PR 合并指标
- (平均合并 2天 16小时) (30 天内合并 85 个 PR)
描述
Specific implementation steps
-
Add a link to how to install nix in Linux and MacOS and WSL in README.md.
-
Add flake.nix to the template and demo
-
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
-
Describe the startup command in README