WebTools-NG/DEVELOPER.md

39 lines
870 B
Markdown
Raw Normal View History

2020-05-16 21:39:46 +00:00
# webtools-ng
2023-01-01 21:25:12 +00:00
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/ )
2020-05-16 21:39:46 +00:00
## 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
```