update readme with nix setup and disclaimer, increase scale max to 10
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: start build help
|
||||
|
||||
start:
|
||||
NIXPKGS_ALLOW_INSECURE=1 nix-shell --run "npm start"
|
||||
|
||||
build:
|
||||
NIXPKGS_ALLOW_INSECURE=1 nix-shell --run "npm run build"
|
||||
|
||||
help:
|
||||
@echo "Available commands:"
|
||||
@echo " start - Start the development server"
|
||||
@echo " build - Build the project for production"
|
||||
Reference in New Issue
Block a user