Improve documentation for developing

Move existing documentation to `docs/development.md` to have simpler
`README.md` but more dedicated and extensive documentation for
development.

Improve existing documentation for different commands for the project.

Document VSCode recommendations in `extensions.json` file and add
exception in `.gitignore` to be able to add it to repository.
This commit is contained in:
undergroundwires
2022-01-26 08:14:25 +01:00
parent 803ef2bb3e
commit 3c3ec80525
4 changed files with 78 additions and 19 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,8 @@
node_modules
dist/
.vs
.vscode
.vscode/**/*
!.vscode/extensions.json
#Electron-builder output
/dist_electron
# Cypress