Skip to content
michaelessiet edited this page Dec 21, 2023 · 1 revision

Compile pkgx

Install pkgx if you haven't already.

If you want to contribute, then fork pkgxdev/pkgx and clone that instead of the original.

git clone https://github.com/pkgxdev/pkgx.git
cd pkgx
pkgx deno task compile
./pkgx

Learn TypeScript

Hint: It's JavaScript in disguise.

console.log() instead of print(). It's your BFF.

Learn Deno

Clone this wiki locally