mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
docs: fix markdown errors and update
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* [SSH](https://docs.gitlab.com/ee/ssh/README.html)
|
||||
* [Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)
|
||||
* [Docker](https://docs.gitlab.com/ee/user/project/container_registry.html) & Docker-Compose
|
||||
* Node.js & NPM - be sure to install the current LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
|
||||
* Node.js & NPM - be sure to install the "Dubnium" (10.x) LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) or use NVM
|
||||
* [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node
|
||||
|
||||
Example for Debian based distributions:
|
||||
@@ -16,14 +16,19 @@ apt install ssh git docker docker-compose nodejs
|
||||
|
||||
## IDE - recommended choices
|
||||
|
||||
* [Webstorm](https://www.jetbrains.com/webstorm/download/) - Free license for academic purposes
|
||||
* [VSCode](https://code.visualstudio.com/)
|
||||
* [Webstorm](https://www.jetbrains.com/webstorm/download/) - Educational or OpenSource License **cannot** be used
|
||||
|
||||
## Optional helpful tools
|
||||
|
||||
* Curl - for executing HTTP requests on the command line
|
||||
* Postman or Insomnia - for executing HTTP requests with a GUI
|
||||
|
||||
## Before you start (Windows only)
|
||||
|
||||
As we are working on LF line-endings only, make sure your editior or IDE does not introduce CRLF line-endings.
|
||||
Depending on your preferred settings you could consider applying `git config core.eol lf` and `git config core.autocrlf input` within our reposiories.
|
||||
|
||||
## Clone starter repositories
|
||||
|
||||
* [Minimal deployment](https://gitlab.com/openstapps/minimal-deployment) - contains backend, database, minimal connector, copy (from api) and app
|
||||
|
||||
Reference in New Issue
Block a user