mirror of https://git.tuxpa.in/a/code-server.git
parent
077af0511e
commit
bf4779991e
|
@ -35,8 +35,9 @@ There are several differences, however. You must:
|
||||||
- Use Node.js version 12.x (or greater)
|
- Use Node.js version 12.x (or greater)
|
||||||
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
|
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
|
||||||
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
|
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
|
||||||
|
- Have [shfmt](https://pkg.go.dev/mvdan.cc/sh/v3) installed to run `yarn fmt` (requires Go is installed on your system)
|
||||||
|
|
||||||
The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all
|
The [CI container](../ci/images/debian10/Dockerfile) is a useful reference for all
|
||||||
of the dependencies code-server uses.
|
of the dependencies code-server uses.
|
||||||
|
|
||||||
## Development Workflow
|
## Development Workflow
|
||||||
|
|
Loading…
Reference in New Issue