mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
1.3 KiB
1.3 KiB
Basic setup for development
Required tools/packages
- SSH
- Git
- Docker & Docker-Compose
- Node.js & NPM - be sure to install the current LTS version, might need a PPA
- NVM - if you want to use multiple different versions of node
apt install ssh git docker docker-compose nodejs
IDE - recommended choices
Optional helpful tools
- Curl - for executing HTTP requests
- Postman or Insomnia
Clone starter repositories
- Minimal deployment - contains backend, database, minimal connector, copy (from api) and app
- Minimal connector - an example connector to learn the principles of connector development
git clone git@gitlab.com:openstapps/minimal-deployment.git
git clone git@gitlab.com:openstapps/minimal-connector.git