- Notifications
You must be signed in to change notification settings - Fork923
chore: Fix default password and add more docs#6514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Build the UI pointing to an external Coder server: `CODER_HOST=https://mycoder.com yarn dev`. This is helpful when you are building something in the UI and already have the data on your deployed server. | ||
- Build the entire Coder server + UI locally: `./scripts/develop.sh`. It is useful when you have to contribute with features that are not deployed yet or when you have to work on both, frontend and backend. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
These commands are run from two different directories, correct? Making a note of that might help folks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
100%
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
thank you!!!!
No description provided.