Skip to content

Setting up your Development Environment

Naved Islam edited this page Jan 16, 2021 · 1 revision

Peace upon you,

Getting a proper dev environment setup can take a lot of time and effort, especially if there's no clear instructions or you're new to web dev. For Qawl, and most other standard JS projects, you can use the following steps:

Linux (Ubuntu 20.04)

  1. Install node from Nodesource
  2. Install Yarn following their instructions

Windows

[TODO: Remember how you set it up (like a lot of trouble for node-gyp, settling on scoop instead of chocolatey, and more) and write]

MacOS

There's a closed issue where I covered all of this… [TODO: link to it]

Clone this wiki locally