This website requires JavaScript.
Explore
Help
Sign In
twentyhq
/
twenty
Watch
1
Star
1
Fork
0
You've already forked twenty
mirror of
https://github.com/twentyhq/twenty.git
synced
2024-12-19 01:21:30 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a766c60aa5
twenty
/
.devcontainer
/
init.sh
6 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
I can open the project in GitHub (#92) * Ignore node_modules * Use bash-compatible dotenv format While still being compatible with dotenv, this also allows sourcing the file to export all variables in bash. * Add prettier extension to recommendations * Move to port 5001 to avoid conflict with macOS services * Add workspace * Add devcontainer This automatically starts with all environment variables available locally. It brings up services which are dependent on each other individually and verifies health before moving on to the next service. * Split init into clean, up, and logs tasks. This allows the developer to set up .env and .npmrc files before running services, and does not require starting from a clean db every time the devcontainer is restarted. * Copy .env when creating codespace * Automatically run UP command upon devcontainer creation * Fix log message --------- Co-authored-by: Felix Malfait <felix.malfait@gmail.com>
2023-05-03 12:34:10 +03:00
#!/bin/bash
DEBIAN_FRONTEND
=
noninteractive
Simplify local dev (#137)
2023-05-25 16:56:28 +03:00
make build
make up
Reference in New Issue
Copy Permalink