forked from external-repos/pa11y-dashboard
Initial commit
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
# Group targets
|
||||
all: deps
|
||||
|
||||
# Install dependencies
|
||||
deps:
|
||||
@echo "Installing dependencies..."
|
||||
@npm install
|
||||
|
||||
# Start the application
|
||||
start:
|
||||
@echo "Starting application..."
|
||||
@NODE_ENV=production node .
|
||||
|
||||
# Start the application in development mode
|
||||
start-dev:
|
||||
@echo "Starting application (development mode)..."
|
||||
@NODE_ENV=development ./node_modules/.bin/supervisor -q .
|
Reference in New Issue
Block a user