The official website of the Par programming language.
This repo builds the static site for par.run. It owns the frontpage and blog,
then pulls generated docs, standard library docs, and the playground from the
Par language repository during the full build.
npm install
npm run devThe full build expects a local checkout of the language repository next to this repo by default:
PAR_LANG_DIR=/Users/par-team/par-lang npm run build:allThe final static artifact is written to dist/.