Files
sign/.devcontainer/on-create.sh

11 lines
130 B
Bash
Raw Normal View History

2023-09-09 04:38:37 +00:00
#!/usr/bin/env bash
# Install dependencies
npm install
# Copy the env file
cp .env.example .env
# Run the dev setup
npm run dx