WebTools-NG/DEVELOPER.md
Tommy Mikkelsen 33412dd4c6 #493 fix
2023-01-01 22:25:12 +01:00

38 lines
870 B
Markdown

# webtools-ng
Requerement:
* Install Visual Studio Code ( https://code.visualstudio.com/download )
* Install Volta ( https://volta.sh)
* If Windows, then enable Developer mode first( https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development#accessing-settings-for-developers )
* Install latest version of node.js
* Make sure to create the .env.local ( See /docs/devs/Dev Secrets.md )
General recommendation:
* Enable SSH Keys for Github ( https://docs.github.com/en/authentication/connecting-to-github-with-ssh )
If Windows Recommended:
* Install Git Bash ( https://gitforwindows.org/ )
## Project setup
```md
npm install
```
### Compiles and hot-reloads for development
```md
npm run serve
```
### Compiles and minifies for production
```md
npm run build
```
### Lints and fixes files
```md
npm run lint
```