mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
6 lines
296 B
Bash
Executable File
6 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
clear
|
|
echo "Launching NodeBB in \"development\" mode."
|
|
echo "To run the production build of NodeBB, please use \"forever\"."
|
|
echo "More Information: https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB"
|
|
NODE_ENV=development supervisor --extensions 'node|js|tpl' -- app $1 |