Skip to content

Development Environment

Ivan Jawerbaum edited this page Sep 23, 2024 · 17 revisions

Required skills

  • Typescript: Intermediate
  • NPM: Basic - install, run commands
  • Bash / Git Bash: Basic - run commands

Base development environment

Take a look at this page in order to install the required components for developing Wollok.

Additionally, this project uses yarn as it's package manager, here are the installation instructions

Project

  • Clone this repo locally
  • Go to root folder and download dependencies
yarn
yarn test

Running LSP IDE locally

Inside Visual Studio Code, go to Run menu > Start Debugging (F5), or Run without debugging:

wollok-lsp-ide

We, the People

If you need some human interaction, you're always welcome at our Discord channel. We also have a list of first good issues you can take a look and ask for help to get more information.

Clone this wiki locally