Skip to content

chore: Run 'yarn install' when building #215

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: Add some initial on-boarding info to the doc
  • Loading branch information
bryphe-coder committed Feb 9, 2022
commit cf7b651064227a1d03ab205e51670352d2657494
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ This repository contains source code for Coder V2. Additional documentation:
- [`semantic.yaml`](./github/semantic.yaml): Configuration for [semantic pull requests](https://github.com/apps/semantic-pull-requests)
- `site`: Front-end UI code.

## Development

### Cloning

- `git clone https://github.com/coder/coder`
- `cd coder`

### Building

- `make build`

### Development

- `./develop.sh`

The `develop.sh` script runs the server locally on port `3000`, and runs a hot-reload server for front-end code on `8080`.

## Front-End Plan

For the front-end team, we're planning on 2 phases to the 'v2' work:
Expand Down