- Go to the releases section of this repository.
- Download the latest version of the application depending on your operating system.
- Run the installer, or if you're on a Mac, open the .dmg and drag the application to your applications folder.
# clone repo
$ git clone https://github.com/SamHep0803/wasta.git
# using yarn or npm
$ yarn (or 'npm install')
# run dev enviroment
$ yarn dev (or 'npm run dev')