mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
11 lines
130 B
Bash
Executable File
11 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Copy the env file
|
|
cp .env.example .env
|
|
|
|
# Run the dev setup
|
|
npm run dx
|