Joeri Exelmans e1c51cd23f Fix script dev_server 2 年之前
..
README.md 709fd31967 Cleanup repo. Dependencies and (static) build are handled by Nix. 3 年之前
build_collab_plugin.sh 709fd31967 Cleanup repo. Dependencies and (static) build are handled by Nix. 3 年之前
build_static_app.sh 709fd31967 Cleanup repo. Dependencies and (static) build are handled by Nix. 3 年之前
dev_server.sh e1c51cd23f Fix script dev_server 2 年之前

README.md

The scripts in this directory are to be executed in a development shell.

The command

nix-shell

will create a shell with all dependencies resolved and environment variables set correctly.

It is also possible to run only a single script in a non-interactive shell. For instance

nix-shell --run scripts/dev_server.sh

will start a development server.